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

Function is_subquery

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

Source from the content-addressed store, hash-verified

361 def is_table(t: FromClause) -> TypeGuard[TableClause]: ...
362
363 def is_subquery(t: FromClause) -> TypeGuard[Subquery]: ...
364
365 def is_dml(c: ClauseElement) -> TypeGuard[UpdateBase]: ...
366

Callers 1

_normalize_fromsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected