MCPcopy Create free account
hub / github.com/numpy/numpy / B

Class B

numpy/core/tests/test_umath.py:3068–3069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3066 return r
3067
3068 class B(A):
3069 __array_priority__ = 20.
3070
3071 class C(A):
3072 __array_priority__ = 40.

Callers 4

test_priorityMethod · 0.70

Calls

no outgoing calls

Tested by 4

test_priorityMethod · 0.56