PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
_distutils
import sys import importlib def bypass_compiler_fixup(cmd, args): return cmd if sys.platform == 'darwin': compiler_fixup = importlib.import_module('_osx_support').compiler_fixup else: compiler_fixup = bypass_compiler_fixup
[-] errors.py
[edit]
[-] cmd.py
[edit]
[-] _collections.py
[edit]
[-] bcppcompiler.py
[edit]
[+]
..
[-] config.py
[edit]
[-] _msvccompiler.py
[edit]
[-] text_file.py
[edit]
[-] cygwinccompiler.py
[edit]
[-] ccompiler.py
[edit]
[-] unixccompiler.py
[edit]
[-] util.py
[edit]
[-] py38compat.py
[edit]
[-] py39compat.py
[edit]
[-] dist.py
[edit]
[-] versionpredicate.py
[edit]
[-] fancy_getopt.py
[edit]
[-] file_util.py
[edit]
[-] debug.py
[edit]
[+]
__pycache__
[-] archive_util.py
[edit]
[-] version.py
[edit]
[-] _functools.py
[edit]
[-] log.py
[edit]
[-] _macos_compat.py
[edit]
[-] __init__.py
[edit]
[-] filelist.py
[edit]
[-] spawn.py
[edit]
[-] msvc9compiler.py
[edit]
[-] _log.py
[edit]
[-] core.py
[edit]
[-] msvccompiler.py
[edit]
[-] sysconfig.py
[edit]
[+]
command
[-] dir_util.py
[edit]
[-] _modified.py
[edit]
[-] dep_util.py
[edit]
[-] extension.py
[edit]