/usr/share/cagefs-skeleton/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. """
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
_log.py
Edit
_macos_compat.py
Edit
_modified.py
Edit
_msvccompiler.py
Edit
archive_util.py
Edit
ccompiler.py
Edit
cmd.py
Edit
command
Edit
compat
Edit
compilers
Edit
core.py
Edit
cygwinccompiler.py
Edit
debug.py
Edit
dep_util.py
Edit
dir_util.py
Edit
dist.py
Edit
errors.py
Edit
extension.py
Edit
fancy_getopt.py
Edit
file_util.py
Edit
filelist.py
Edit
log.py
Edit
spawn.py
Edit
sysconfig.py
Edit
tests
Edit
text_file.py
Edit
unixccompiler.py
Edit
util.py
Edit
version.py
Edit
versionpredicate.py
Edit
zosccompiler.py
Edit