MCPcopy Create free account
hub / github.com/numpy/numpy / new_func

Method new_func

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

Source from the content-addressed store, hash-verified

2273 """
2274 @wraps(func)
2275 def new_func(*args, **kwargs):
2276 with self:
2277 return func(*args, **kwargs)
2278
2279 return new_func
2280

Callers

nothing calls this directly

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected