MCPcopy Create free account
hub / github.com/TPCD/LifelongReID / numpy_include

Function numpy_include

setup.py:6–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4from Cython.Build import cythonize
5
6def numpy_include():
7 try:
8 numpy_include = np.get_include()
9 except AttributeError:
10 numpy_include = np.get_numpy_include()
11 return numpy_include
12
13
14ext_modules = [

Callers 1

setup.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected