MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _text_clause

Method _text_clause

lib/sqlalchemy/sql/elements.py:3884–3885  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3882
3883 @util.memoized_property
3884 def _text_clause(self) -> TextClause:
3885 return TextClause(self.element)
3886
3887
3888class UnaryExpression(ColumnElement[_T]):

Callers

nothing calls this directly

Calls 1

TextClauseClass · 0.85

Tested by

no test coverage detected