Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ndarray_and_duck_array
Method · 0.70
test_ndarray_subclass_and_duck_array
Method · 0.70
test_method
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_ndarray_and_duck_array
Method · 0.56
test_ndarray_subclass_and_duck_array
Method · 0.56
test_method
Method · 0.56