MCPcopy
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
394def is_quoted_name(s: str) -> TypeGuard[quoted_name]:
395 return hasattr(s, "quote")
396
397
398def is_has_clause_element(s: object) -> TypeGuard[_HasClauseElement[Any]]:

Callers 1

_gen_tq_labelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected