MCPcopy 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)
64def get_squares():
65 return {t: get_square(t) for t in TYPES1}
66
67
68@lru_cache(typed=True)

Callers 4

get_vectorsFunction · 0.85
setupMethod · 0.85
setupMethod · 0.85
setupMethod · 0.85

Calls 1

get_squareFunction · 0.85

Tested by

no test coverage detected