MCPcopy Create free account
hub / github.com/numpy/numpy / get_square_

Function get_square_

benchmarks/benchmarks/common.py:69–71  ·  view source on GitHub ↗
(dtype)

Source from the content-addressed store, hash-verified

67
68@lru_cache(typed=True)
69def get_square_(dtype):
70 arr = get_square(dtype)
71 return arr[:nxs, :nys]
72
73
74@lru_cache(typed=True)

Callers 2

get_squares_Function · 0.85
setupMethod · 0.85

Calls 1

get_squareFunction · 0.85

Tested by

no test coverage detected