PATH:
usr
/
lib64
/
python3.6
/
distutils
/
command
"""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):
[-] build.py
[edit]
[-] install_scripts.py
[edit]
[+]
..
[-] config.py
[edit]
[-] bdist_msi.py
[edit]
[-] command_template
[edit]
[-] bdist_wininst.py
[edit]
[-] install.py
[edit]
[-] upload.py
[edit]
[+]
__pycache__
[-] install_headers.py
[edit]
[-] bdist_rpm.py
[edit]
[-] register.py
[edit]
[-] build_clib.py
[edit]
[-] install_lib.py
[edit]
[-] install_data.py
[edit]
[-] __init__.py
[edit]
[-] install_egg_info.py
[edit]
[-] build_ext.py
[edit]
[-] check.py
[edit]
[-] build_scripts.py
[edit]
[-] bdist.py
[edit]
[-] sdist.py
[edit]
[-] clean.py
[edit]
[-] bdist_dumb.py
[edit]
[-] build_py.py
[edit]