MCPcopy
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
1593class DMLTest(

Callers 9

__eq__Method · 0.45
test_expressionMethod · 0.45
test_override_exprMethod · 0.45
test_query_colsMethod · 0.45
goMethod · 0.45
goMethod · 0.45
invalidateMethod · 0.45

Calls 1

tuple_Function · 0.90

Tested by

no test coverage detected