PATH: //opt/cloudlinux/venv/lib64/python3.11/site-packages/setuptools/_distutils
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 _log.py
↓
X
📄 _macos_compat.py
↓
X
📄 _modified.py
↓
X
📄 _msvccompiler.py
↓
X
📄 archive_util.py
↓
X
📄 ccompiler.py
↓
X
📄 cmd.py
↓
X
📁 command/
X
📁 compat/
X
📁 compilers/
X
📄 core.py
↓
X
📄 cygwinccompiler.py
↓
X
📄 debug.py
↓
X
📄 dep_util.py
↓
X
📄 dir_util.py
↓
X
📄 dist.py
↓
X
📄 errors.py
↓
X
📄 extension.py
↓
X
📄 fancy_getopt.py
↓
X
📄 file_util.py
↓
X
📄 filelist.py
↓
X
📄 log.py
↓
X
📄 spawn.py
↓
X
📄 sysconfig.py
↓
X
📁 tests/
X
📄 text_file.py
↓
X
📄 unixccompiler.py
↓
X
📄 util.py
↓
X
📄 version.py
↓
X
📄 versionpredicate.py
↓
X
📄 zosccompiler.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: _msvccompiler.py
import warnings from .compilers.C import msvc __all__ = ["MSVCCompiler"] MSVCCompiler = msvc.Compiler def __getattr__(name): if name == '_get_vc_env': warnings.warn( "_get_vc_env is private; find an alternative (pypa/distutils#340)" ) return msvc._get_vc_env raise AttributeError(name)
SIMPAN PERUBAHAN