MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __clause_element__

Method __clause_element__

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected