Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ get_squares_
Function
get_squares_
benchmarks/benchmarks/common.py:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
74
@lru_cache(typed=True)
75
def
get_squares_():
76
# smaller squares
77
return
{t: get_square_(t)
for
t in TYPES1}
78
79
80
@lru_cache(typed=True)
Callers
11
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
Calls
1
get_square_
Function · 0.85
Tested by
no test coverage detected