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)
[-] _modified.py
[edit]
[-] version.py
[edit]
[-] _log.py
[edit]
[-] debug.py
[edit]
[+]
compilers
[+]
command
[-] dir_util.py
[edit]
[-] _msvccompiler.py
[edit]
[-] core.py
[edit]
[-] fancy_getopt.py
[edit]
[-] zosccompiler.py
[edit]
[+]
__pycache__
[-] dep_util.py
[edit]
[+]
tests
[-] versionpredicate.py
[edit]
[-] text_file.py
[edit]
[-] cmd.py
[edit]
[-] ccompiler.py
[edit]
[-] cygwinccompiler.py
[edit]
[-] dist.py
[edit]
[-] archive_util.py
[edit]
[+]
compat
[-] errors.py
[edit]
[-] unixccompiler.py
[edit]
[-] util.py
[edit]
[-] log.py
[edit]
[-] __init__.py
[edit]
[-] spawn.py
[edit]
[-] file_util.py
[edit]
[-] _macos_compat.py
[edit]
[+]
..
[-] extension.py
[edit]
[-] filelist.py
[edit]
[-] sysconfig.py
[edit]