Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ __array_ufunc__
Method
__array_ufunc__
numpy/_core/tests/test_umath.py:3496–3497 ·
view source on GitHub ↗
(self, func, method, *inputs, **kwargs)
Source
from the content-addressed store, hash-verified
3494
3495
class
B:
3496
def
__array_ufunc__(self, func, method, *inputs, **kwargs):
3497
return
"B"
3498
3499
class
C:
3500
def
__init__(self):
Callers
1
test_ufunc_override_with_super
Method · 0.95
Calls
1
any
Function · 0.85
Tested by
no test coverage detected