Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __eq__
Method
__eq__
lib/sqlalchemy/testing/schema.py:145–146 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
143
self.target = target
144
145
def
__eq__(self, other):
146
return
self.target.compare(other)
147
148
def
__ne__(self, other):
149
return
not self.target.compare(other)
Callers
nothing calls this directly
Calls
1
compare
Method · 0.45
Tested by
no test coverage detected