PATH: //opt/alt/python312/lib/python3.12/site-packages/setuptools/_distutils/command
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 _framework_compat.py
↓
X
📄 bdist.py
↓
X
📄 bdist_dumb.py
↓
X
📄 bdist_rpm.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
📄 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
📄 py37compat.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__ = [ # noqa: F822 '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', 'check', 'upload', ]
SIMPAN PERUBAHAN