MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_text_clause

Function is_text_clause

lib/sqlalchemy/sql/_typing.py:346–346  ·  view source on GitHub ↗
(c: ClauseElement)

Source from the content-addressed store, hash-verified

344 ) -> TypeGuard[KeyedColumnElement[Any]]: ...
345
346 def is_text_clause(c: ClauseElement) -> TypeGuard[TextClause]: ...
347
348 def is_from_clause(c: ClauseElement) -> TypeGuard[FromClause]: ...
349

Callers 2

goMethod · 0.85
reduce_columnsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected