PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
_distutils
from .compilers.C import cygwin from .compilers.C.cygwin import ( CONFIG_H_NOTOK, CONFIG_H_OK, CONFIG_H_UNCERTAIN, check_config_h, get_msvcr, is_cygwincc, ) __all__ = [ 'CONFIG_H_NOTOK', 'CONFIG_H_OK', 'CONFIG_H_UNCERTAIN', 'CygwinCCompiler', 'Mingw32CCompiler', 'check_config_h', 'get_msvcr', 'is_cygwincc', ] CygwinCCompiler = cygwin.Compiler Mingw32CCompiler = cygwin.MinGW32Compiler get_versions = None """ A stand-in for the previous get_versions() function to prevent failures when monkeypatched. See pypa/setuptools#2969. """
[-] 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]