MCPcopy Create free account
hub / github.com/PyTables/PyTables / run

Method run

setup.py:237–249  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

235 """
236
237 def run(self):
238 from numpy import get_include
239
240 numpy_incl = get_include()
241
242 for ext in self.extensions:
243 if (
244 hasattr(ext, "include_dirs")
245 and numpy_incl not in ext.include_dirs
246 ):
247 ext.include_dirs.append(numpy_incl)
248
249 build_ext.run(self)
250
251
252# https://github.com/joerick/python-abi3-package-sample/blob/main/setup.py

Callers 13

new_compilerFunction · 0.45
_pkg_configMethod · 0.45
deep-tree-h5py.pyFile · 0.45
profileFunction · 0.45
table-bench.pyFile · 0.45
LRU-experiments.pyFile · 0.45
get_db_sizeMethod · 0.45
indexed_search.pyFile · 0.45
deep-tree.pyFile · 0.45
evaluate.pyFile · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected