Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ is_table
Function
is_table
lib/sqlalchemy/sql/_typing.py:366–366 ·
view source on GitHub ↗
(t: FromClause)
Source
from the content-addressed store, hash-verified
364
) -> TypeGuard[Select[Unpack[TupleAny]]]: ...
365
366
def
is_table(t: FromClause) -> TypeGuard[TableClause]: ...
367
368
def
is_subquery(t: FromClause) -> TypeGuard[Subquery]: ...
369
Callers
1
_normalize_froms
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected