Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __ne__
Method
__ne__
numpy/polynomial/_polybase.py:657–658 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
655
return
res
656
657
def
__ne__(self, other):
658
return
not self.__eq__(other)
659
660
#
661
# Extra methods.
Callers
nothing calls this directly
Calls
1
__eq__
Method · 0.95
Tested by
no test coverage detected