MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / __clause_element__

Method __clause_element__

test/orm/test_query.py:2782–2783  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2780 self.expr = expr
2781
2782 def __clause_element__(self):
2783 return self.expr
2784
2785 # this use case isn't exactly needed in this form, however it tests
2786 # that we resolve for multiple __clause_element__() calls as is needed

Calls

no outgoing calls

Tested by

no test coverage detected