PATH:
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
numpy
/
distutils
# XXX: Handle setuptools ? from __future__ import division, absolute_import, print_function 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)
[-] info.py
[edit]
[-] site.cfg
[edit]
[-] msvc9compiler.py
[edit]
[+]
command
[-] lib2def.py
[edit]
[-] from_template.py
[edit]
[-] pathccompiler.py
[edit]
[-] core.py
[edit]
[-] msvccompiler.py
[edit]
[-] __version__.py
[edit]
[-] setup.py
[edit]
[+]
__pycache__
[+]
tests
[-] exec_command.py
[edit]
[-] conv_template.py
[edit]
[-] cpuinfo.py
[edit]
[-] intelccompiler.py
[edit]
[-] ccompiler.py
[edit]
[-] system_info.py
[edit]
[-] environment.py
[edit]
[-] numpy_distribution.py
[edit]
[-] line_endings.py
[edit]
[-] npy_pkg_config.py
[edit]
[-] mingw32ccompiler.py
[edit]
[-] __config__.py
[edit]
[-] unixccompiler.py
[edit]
[-] log.py
[edit]
[-] __init__.py
[edit]
[-] compat.py
[edit]
[+]
fcompiler
[+]
..
[+]
mingw
[-] extension.py
[edit]
[-] misc_util.py
[edit]