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

Class CSub

numpy/core/tests/test_umath.py:3278–3281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3276 return NotImplemented
3277
3278 class CSub(C):
3279 def __array_ufunc__(self, func, method, *inputs, **kwargs):
3280 self.count += 1
3281 return NotImplemented
3282
3283 a = A()
3284 a_sub = ASub()

Callers 1

Calls

no outgoing calls

Tested by 1