MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / is_table

Function is_table

lib/sqlalchemy/sql/_typing.py:361–361  ·  view source on GitHub ↗
(t: FromClause)

Source from the content-addressed store, hash-verified

359 ) -> TypeGuard[Select[Any]]: ...
360
361 def is_table(t: FromClause) -> TypeGuard[TableClause]: ...
362
363 def is_subquery(t: FromClause) -> TypeGuard[Subquery]: ...
364

Callers 1

_normalize_fromsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected