Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ C
Class
C
numpy/_core/tests/test_umath.py:3351–3352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3349
__array_priority__ = 20.
3350
3351
class
C(A):
3352
__array_priority__ = 40.
3353
3354
x = np.zeros(1)
3355
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