MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_select_statement

Function is_select_statement

lib/sqlalchemy/sql/_typing.py:362–364  ·  view source on GitHub ↗
(
        t: Union[Executable, ReturnsRows],
    )

Source from the content-addressed store, hash-verified

360 ) -> TypeGuard[SelectBase]: ...
361
362 def is_select_statement(
363 t: Union[Executable, ReturnsRows],
364 ) -> TypeGuard[Select[Unpack[TupleAny]]]: ...
365
366 def is_table(t: FromClause) -> TypeGuard[TableClause]: ...
367

Callers 2

unionMethod · 0.85
union_allMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected