Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
390
def
has_schema_attr(t: FromClauseRole) -> TypeGuard[TableClause]:
391
return
hasattr(t,
"schema"
)
392
393
394
def
is_quoted_name(s: str) -> TypeGuard[quoted_name]:
Callers
1
_gen_tq_label
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected