Psyduck - 可達鴨 之 鴨力山大2


Server : LiteSpeed
System : Linux premium217.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User : alloknri ( 880)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /lib64/python3.6/distutils/command/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib64/python3.6/distutils/command/command_template
"""distutils.command.x

Implements the Distutils 'x' command.
"""

# created 2000/mm/dd, John Doe

__revision__ = "$Id$"

from distutils.core import Command


class x(Command):

    # Brief (40-50 characters) description of the command
    description = ""

    # List of option tuples: long name, short name (None if no short
    # name), and help string.
    user_options = [('', '',
                     ""),
                   ]

    def initialize_options(self):
        self. = None
        self. = None
        self. = None

    def finalize_options(self):
        if self.x is None:
            self.x = 

    def run(self):
Name
Size
Permissions
Options
__pycache__
--
drwxr-xr-x
__init__.py
0.78 KB
-rw-r--r--
bdist.py
5.432 KB
-rw-r--r--
bdist_dumb.py
4.798 KB
-rw-r--r--
bdist_msi.py
34.407 KB
-rw-r--r--
bdist_rpm.py
21.163 KB
-rw-r--r--
bdist_wininst.py
15.195 KB
-rw-r--r--
build.py
5.613 KB
-rw-r--r--
build_clib.py
7.834 KB
-rw-r--r--
build_ext.py
30.748 KB
-rw-r--r--
build_py.py
16.762 KB
-rw-r--r--
build_scripts.py
6.086 KB
-rw-r--r--
check.py
5.367 KB
-rw-r--r--
clean.py
2.711 KB
-rw-r--r--
command_template
0.618 KB
-rw-r--r--
config.py
12.779 KB
-rw-r--r--
install.py
26.632 KB
-rw-r--r--
install_data.py
2.756 KB
-rw-r--r--
install_egg_info.py
2.542 KB
-rw-r--r--
install_headers.py
1.268 KB
-rw-r--r--
install_lib.py
8.2 KB
-rw-r--r--
install_scripts.py
1.97 KB
-rw-r--r--
register.py
11.438 KB
-rw-r--r--
sdist.py
17.408 KB
-rw-r--r--
upload.py
7.491 KB
-rw-r--r--