Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __ne__
Method
__ne__
numpy/core/tests/test_multiarray.py:9596–9597 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
9594
return
"eq"
9595
9596
def
__ne__(self, other):
9597
return
"ne"
9598
9599
class
MyAlwaysEqualOld(MyAlwaysEqual):
9600
__array_priority__ = 10000
Callers
1
test_comparisons_return_not_implemented
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected