MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / has_schema_attr

Function has_schema_attr

lib/sqlalchemy/sql/_typing.py:390–391  ·  view source on GitHub ↗
(t: FromClauseRole)

Source from the content-addressed store, hash-verified

388
389
390def has_schema_attr(t: FromClauseRole) -> TypeGuard[TableClause]:
391 return hasattr(t, "schema")
392
393
394def is_quoted_name(s: str) -> TypeGuard[quoted_name]:

Callers 1

_gen_tq_labelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected