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

Function wrapper

numpy/ma/core.py:7075–7076  ·  view source on GitHub ↗
(a, b, *args, **params)

Source from the content-addressed store, hash-verified

7073 params[0], params[1] = params[1], params[0]
7074
7075 def wrapper(a, b, *args, **params):
7076 return getattr(asanyarray(b), methodname)(a, *args, **params)
7077
7078 else:
7079 def wrapper(a, *args, **params):

Callers

nothing calls this directly

Calls 4

asanyarrayFunction · 0.85
keysMethod · 0.45
viewMethod · 0.45
__call__Method · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…