Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3888
class
UnaryExpression(ColumnElement[_T]):
Callers
nothing calls this directly
Calls
1
TextClause
Class · 0.85
Tested by
no test coverage detected