Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __ne__
Method
__ne__
lib/sqlalchemy/testing/entities.py:47–48 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
45
46
class
ComparableMixin:
47
def
__ne__(self, other):
48
return
not self.__eq__(other)
49
50
def
__eq__(self, other):
51
""
"&
#x27;Deep, sparse compare.
Callers
nothing calls this directly
Calls
1
__eq__
Method · 0.95
Tested by
no test coverage detected