Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ A
Class
A
numpy/core/tests/test_overrides.py:107–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
def
test_many_duck_arrays(self):
106
107
class
A:
108
__array_function__ = _return_not_implemented
109
110
class
B(A):
111
__array_function__ = _return_not_implemented
Callers
1
test_many_duck_arrays
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_many_duck_arrays
Method · 0.56