Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
from
Cython.Build
import
cythonize
5
6
def
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
14
ext_modules = [
Callers
1
setup.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected