Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ get_indexes_
Function
get_indexes_
benchmarks/benchmarks/common.py:109–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
108
@lru_cache(typed=True)
109
def
get_indexes_():
110
# smaller versions
111
indexes = get_indexes()
112
indexes_ = indexes[indexes < nxs]
113
return
indexes_
114
115
116
@lru_cache(typed=True)
Callers
1
setup
Method · 0.85
Calls
1
get_indexes
Function · 0.85
Tested by
no test coverage detected