MCPcopy Index your code
hub / github.com/numpy/numpy / B

Class B

numpy/_core/tests/test_umath.py:3348–3349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3346 return r
3347
3348 class B(A):
3349 __array_priority__ = 20.
3350
3351 class C(A):
3352 __array_priority__ = 40.

Callers 4

test_priorityMethod · 0.70

Calls

no outgoing calls

Tested by 4

test_priorityMethod · 0.56