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

Class Other

numpy/core/tests/test_overrides.py:76–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 def test_ndarray_and_duck_array(self):
75
76 class Other:
77 __array_function__ = _return_not_implemented
78
79 array = np.array(1)
80 other = Other()

Callers 3

test_methodMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_methodMethod · 0.56