Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_none
Method · 0.45
Calls
1
quoted_name
Class · 0.85
Tested by
1
test_coerce_none
Method · 0.36