MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_subquery

Function is_subquery

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

Source from the content-addressed store, hash-verified

366 def is_table(t: FromClause) -> TypeGuard[TableClause]: ...
367
368 def is_subquery(t: FromClause) -> TypeGuard[Subquery]: ...
369
370 def is_dml(c: ClauseElement) -> TypeGuard[UpdateBase]: ...
371

Callers 1

_normalize_fromsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected