Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __clause_element__
Method
__clause_element__
test/ext/test_hybrid.py:1589–1590 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1587
return
op(self.x, other.x) & op(self.y, other.y)
1588
1589
def
__clause_element__(self):
1590
return
tuple_(self.x, self.y)
1591
1592
1593
class
DMLTest(
Callers
9
__eq__
Method · 0.45
test_expression
Method · 0.45
test_aliased_expression
Method · 0.45
test_override_expr
Method · 0.45
test_override_comparator
Method · 0.45
test_query_cols
Method · 0.45
go
Method · 0.45
go
Method · 0.45
invalidate
Method · 0.45
Calls
1
tuple_
Function · 0.90
Tested by
no test coverage detected