MCPcopy 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_priorityMethod · 0.70
test_object_directMethod · 0.70
test_object_indirectMethod · 0.70

Calls

no outgoing calls

Tested by 4

test_priorityMethod · 0.56
test_object_directMethod · 0.56
test_object_indirectMethod · 0.56