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

Method __array_ufunc__

numpy/core/tests/test_umath.py:3274–3276  ·  view source on GitHub ↗
(self, func, method, *inputs, **kwargs)

Source from the content-addressed store, hash-verified

3272 self.count = 0
3273
3274 def __array_ufunc__(self, func, method, *inputs, **kwargs):
3275 self.count += 1
3276 return NotImplemented
3277
3278 class CSub(C):
3279 def __array_ufunc__(self, func, method, *inputs, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected