Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _
Method
_
numpy/core/tests/test_overrides.py:500–501 ·
view source on GitHub ↗
(array)
Source
from the content-addressed store, hash-verified
498
499
@implements(np.sum)
500
def
_(array):
501
return
'yes'
502
503
assert_equal(np.sum(MyArray()),
'yes'
)
504
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected