MCPcopy Index your code
hub / github.com/numpy/numpy / _func

Method _func

numpy/lib/_function_base_impl.py:2576–2580  ·  view source on GitHub ↗
(*vargs)

Source from the content-addressed store, hash-verified

2574 _cache = [outputs]
2575
2576 def _func(*vargs):
2577 if _cache:
2578 return _cache.pop()
2579 else:
2580 return func(*vargs)
2581 else:
2582 _func = func
2583

Callers

nothing calls this directly

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected