PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
_distutils
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)
[-] dir_util.py
[open]
[-] fancy_getopt.py
[open]
[+]
..
[-] version.py
[open]
[+]
__pycache__
[+]
tests
[-] unixccompiler.py
[open]
[-] text_file.py
[open]
[-] log.py
[open]
[-] _modified.py
[open]
[-] errors.py
[open]
[-] core.py
[open]
[-] spawn.py
[open]
[-] versionpredicate.py
[open]
[-] _msvccompiler.py
[open]
[-] cygwinccompiler.py
[open]
[-] util.py
[open]
[-] sysconfig.py
[open]
[-] debug.py
[open]
[-] archive_util.py
[open]
[-] ccompiler.py
[open]
[-] cmd.py
[open]
[+]
compilers
[-] _log.py
[open]
[+]
command
[-] dep_util.py
[open]
[-] dist.py
[open]
[-] __init__.py
[open]
[-] file_util.py
[open]
[-] filelist.py
[open]
[-] extension.py
[open]
[+]
compat
[-] zosccompiler.py
[open]
[-] _macos_compat.py
[open]