Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __array_ufunc__
Method
__array_ufunc__
numpy/core/tests/test_umath.py:3267–3268 ·
view source on GitHub ↗
(self, func, method, *inputs, **kwargs)
Source
from the content-addressed store, hash-verified
3265
3266
class
B:
3267
def
__array_ufunc__(self, func, method, *inputs, **kwargs):
3268
return
"B"
3269
3270
class
C:
3271
def
__init__(self):
Callers
1
test_ufunc_override_with_super
Method · 0.95
Calls
1
any
Function · 0.50
Tested by
no test coverage detected