Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ wrap
Function
wrap
benchmarks/benchmarks/bench_overrides.py:8–9 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
6
# Don't fail at import time with old Numpy versions
7
def
array_function_dispatch(*args, **kwargs):
8
def
wrap(*args, **kwargs):
9
return
None
10
return
wrap
11
12
import
numpy
as
np
Callers
15
_wrapit
Function · 0.85
diagflat
Function · 0.85
structured_to_unstructured
Function · 0.85
delete
Function · 0.85
insert
Function · 0.85
tensorsolve
Function · 0.85
solve
Function · 0.85
inv
Function · 0.85
cholesky
Function · 0.85
qr
Function · 0.85
eig
Function · 0.85
eigh
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected