Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ is_other
Method
is_other
test/sql/test_external_traversal.py:75–76 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
73
self.expr = expr
74
75
def
is_other(self, other):
76
return
other is self
77
78
__hash__ = ClauseElement.__hash__
79
Callers
1
test_test_classes
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected