MCPcopy 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
12import numpy as np

Callers 15

_wrapitFunction · 0.85
diagflatFunction · 0.85
deleteFunction · 0.85
insertFunction · 0.85
tensorsolveFunction · 0.85
solveFunction · 0.85
invFunction · 0.85
choleskyFunction · 0.85
qrFunction · 0.85
eigFunction · 0.85
eighFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected