Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ C
Class
C
numpy/core/tests/test_umath.py:3071–3072 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3069
__array_priority__ = 20.
3070
3071
class
C(A):
3072
__array_priority__ = 40.
3073
3074
x = np.zeros(1)
3075
a = A()
Callers
4
test_priority
Method · 0.70
test_ufunc_override_mro
Method · 0.70
test_object_direct
Method · 0.70
test_object_indirect
Method · 0.70
Calls
no outgoing calls
Tested by
4
test_priority
Method · 0.56
test_ufunc_override_mro
Method · 0.56
test_object_direct
Method · 0.56
test_object_indirect
Method · 0.56