X7ROOT File Manager
Current Path:
/opt/alt/python36/lib64/python3.6/distutils/command
opt
/
alt
/
python36
/
lib64
/
python3.6
/
distutils
/
command
/
ðŸ“
..
📄
__init__.py
(799 B)
ðŸ“
__pycache__
📄
bdist.py
(5.43 KB)
📄
bdist_dumb.py
(4.8 KB)
📄
bdist_msi.py
(34.41 KB)
📄
bdist_rpm.py
(21.16 KB)
📄
bdist_wininst.py
(15.07 KB)
📄
build.py
(5.61 KB)
📄
build_clib.py
(7.83 KB)
📄
build_ext.py
(30.75 KB)
📄
build_py.py
(16.76 KB)
📄
build_scripts.py
(6.09 KB)
📄
check.py
(5.37 KB)
📄
clean.py
(2.71 KB)
📄
command_template
(633 B)
📄
config.py
(12.78 KB)
📄
install.py
(26.11 KB)
📄
install_data.py
(2.76 KB)
📄
install_egg_info.py
(2.54 KB)
📄
install_headers.py
(1.27 KB)
📄
install_lib.py
(8.2 KB)
📄
install_scripts.py
(1.97 KB)
📄
register.py
(11.44 KB)
📄
sdist.py
(17.41 KB)
📄
upload.py
(7.09 KB)
📄
wininst-10.0-amd64.exe
(217 KB)
📄
wininst-10.0.exe
(186.5 KB)
📄
wininst-14.0-amd64.exe
(574 KB)
📄
wininst-14.0.exe
(447.5 KB)
📄
wininst-6.0.exe
(60 KB)
📄
wininst-7.1.exe
(64 KB)
📄
wininst-8.0.exe
(60 KB)
📄
wininst-9.0-amd64.exe
(219 KB)
📄
wininst-9.0.exe
(191.5 KB)
Editing: 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):
Upload File
Create Folder