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

Class Other

numpy/_core/tests/test_overrides.py:79–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 def test_ndarray_and_duck_array(self):
78
79 class Other:
80 __array_function__ = _return_not_implemented
81
82 array = np.array(1)
83 other = Other()

Callers 3

test_methodMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_methodMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…