Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ is_quoted_name
Function
is_quoted_name
lib/sqlalchemy/sql/_typing.py:394–395 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
392
393
394
def
is_quoted_name(s: str) -> TypeGuard[quoted_name]:
395
return
hasattr(s,
"quote"
)
396
397
398
def
is_has_clause_element(s: object) -> TypeGuard[_HasClauseElement[Any]]:
Callers
1
_gen_tq_label
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected