MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_column_element

Function is_column_element

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

Source from the content-addressed store, hash-verified

336 ) -> TypeGuard[NamedFromClause]: ...
337
338 def is_column_element(
339 c: ClauseElement,
340 ) -> TypeGuard[ColumnElement[Any]]: ...
341
342 def is_keyed_column_element(
343 c: ClauseElement,

Calls

no outgoing calls

Tested by

no test coverage detected