Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ load_flags
Method
load_flags
numpy/_core/tests/test_cpu_features.py:73–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
features_flags = set()
72
73
def
load_flags(self):
74
# a hook
75
pass
76
77
def
test_features(self):
78
self.load_flags()
Callers
1
test_features
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected