MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_named_from_clause

Function is_named_from_clause

lib/sqlalchemy/sql/_typing.py:334–336  ·  view source on GitHub ↗
(
        t: FromClauseRole,
    )

Source from the content-addressed store, hash-verified

332 def is_ddl_compiler(c: Compiled) -> TypeGuard[DDLCompiler]: ...
333
334 def is_named_from_clause(
335 t: FromClauseRole,
336 ) -> TypeGuard[NamedFromClause]: ...
337
338 def is_column_element(
339 c: ClauseElement,

Callers 2

_gen_tq_labelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected