X7ROOT File Manager
Current Path:
/opt/alt/python38/lib64/python3.8/distutils/command
opt
/
alt
/
python38
/
lib64
/
python3.8
/
distutils
/
command
/
ðŸ“
..
📄
__init__.py
(799 B)
ðŸ“
__pycache__
📄
bdist.py
(5.43 KB)
📄
bdist_dumb.py
(4.8 KB)
📄
bdist_msi.py
(34.47 KB)
📄
bdist_rpm.py
(21.07 KB)
📄
bdist_wininst.py
(15.67 KB)
📄
build.py
(5.63 KB)
📄
build_clib.py
(7.83 KB)
📄
build_ext.py
(30.83 KB)
📄
build_py.py
(16.79 KB)
📄
build_scripts.py
(6.09 KB)
📄
check.py
(5.47 KB)
📄
clean.py
(2.71 KB)
📄
command_template
(633 B)
📄
config.py
(12.81 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
(18.56 KB)
📄
upload.py
(6.84 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