MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / construct

Method construct

lib/sqlalchemy/sql/elements.py:5736–5736  ·  view source on GitHub ↗
(cls, value: str, quote: Optional[bool])

Source from the content-addressed store, hash-verified

5734 @overload
5735 @classmethod
5736 def construct(cls, value: str, quote: Optional[bool]) -> quoted_name: ...
5737
5738 @overload
5739 @classmethod

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
test_coerce_noneMethod · 0.45

Calls 1

quoted_nameClass · 0.85

Tested by 1

test_coerce_noneMethod · 0.36