Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ load_flags
Method
load_flags
numpy/core/tests/test_cpu_features.py:70–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
68
features_flags = set()
69
70
def
load_flags(self):
71
# a hook
72
pass
73
def
test_features(self):
74
self.load_flags()
75
for
gname, features in self.features_groups.items():
Callers
1
test_features
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected