MCPcopy 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_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