MCPcopy Index your code
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 11

tensorsolveFunction · 0.85
solveFunction · 0.85
invFunction · 0.85
choleskyFunction · 0.85
qrFunction · 0.85
eigFunction · 0.85
eighFunction · 0.85
svdFunction · 0.85
pinvFunction · 0.85
lstsqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…