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:64–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
63
@lru_cache(typed=True)
64
def
get_squares():
65
return
{t: get_square(t)
for
t in TYPES1}
66
67
68
@lru_cache(typed=True)
Callers
4
get_vectors
Function · 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