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

Method new_func

numpy/testing/_private/utils.py:2573–2575  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

2571 """
2572 @wraps(func)
2573 def new_func(*args, **kwargs):
2574 with self:
2575 return func(*args, **kwargs)
2576
2577 return new_func
2578

Callers

nothing calls this directly

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected