PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
distutils
# XXX: Handle setuptools ? from distutils.core import Distribution # This class is used because we add new files (sconscripts, and so on) with the # scons command class NumpyDistribution(Distribution): def __init__(self, attrs = None): # A list of (sconscripts, pre_hook, post_hook, src, parent_names) self.scons_data = [] # A list of installable libraries self.installed_libraries = [] # A dict of pkg_config files to generate/install self.installed_pkg_config = {} Distribution.__init__(self, attrs) def has_scons_scripts(self): return bool(self.scons_data)
[+]
mingw
[+]
..
[-] from_template.py
[open]
[+]
__pycache__
[-] system_info.py
[open]
[-] npy_pkg_config.py
[open]
[+]
tests
[-] unixccompiler.py
[open]
[-] conv_template.py
[open]
[-] exec_command.py
[open]
[-] _shell_utils.py
[open]
[-] misc_util.py
[open]
[-] log.py
[open]
[-] mingw32ccompiler.py
[open]
[-] __config__.py
[open]
[-] core.py
[open]
[-] fujitsuccompiler.py
[open]
[-] armccompiler.py
[open]
[-] msvccompiler.py
[open]
[-] cpuinfo.py
[open]
[-] __init__.pyi
[open]
[-] msvc9compiler.py
[open]
[-] numpy_distribution.py
[open]
[-] ccompiler_opt.py
[open]
[-] ccompiler.py
[open]
[-] lib2def.py
[open]
[+]
checks
[-] line_endings.py
[open]
[+]
fcompiler
[+]
command
[-] __init__.py
[open]
[-] extension.py
[open]
[-] setup.py
[open]
[-] pathccompiler.py
[open]
[-] intelccompiler.py
[open]