Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ ASub
Class
ASub
numpy/core/tests/test_umath.py:3262–3264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3260
return
"A"
3261
3262
class
ASub(A):
3263
def
__array_ufunc__(self, func, method, *inputs, **kwargs):
3264
return
"ASub"
3265
3266
class
B:
3267
def
__array_ufunc__(self, func, method, *inputs, **kwargs):
Callers
1
test_ufunc_override_mro
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_ufunc_override_mro
Method · 0.68