Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _func
Method
_func
numpy/lib/function_base.py:2419–2423 ·
view source on GitHub ↗
(*vargs)
Source
from the content-addressed store, hash-verified
2417
_cache = [outputs]
2418
2419
def
_func(*vargs):
2420
if
_cache:
2421
return
_cache.pop()
2422
else
:
2423
return
func(*vargs)
2424
else
:
2425
_func = func
2426
Callers
nothing calls this directly
Calls
1
func
Function · 0.70
Tested by
no test coverage detected