MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / literal

Function literal

lib/sqlalchemy/sql/elements.py:135–139  ·  view source on GitHub ↗
(
    value: Any,
    type_: _TypeEngineArgument[_T],
    literal_execute: bool = False,
)

Source from the content-addressed store, hash-verified

133
134@overload
135def literal(
136 value: Any,
137 type_: _TypeEngineArgument[_T],
138 literal_execute: bool = False,
139) -> BindParameter[_T]: ...
140
141
142@overload

Callers 15

test_unary_no_opsMethod · 0.90
test_unary_both_opsMethod · 0.90
test_in_5Method · 0.90
test_in_6Method · 0.90
test_in_7Method · 0.90
test_in_8Method · 0.90
test_in_9Method · 0.90
test_in_10Method · 0.90

Calls

no outgoing calls

Tested by 15

test_unary_no_opsMethod · 0.72
test_unary_both_opsMethod · 0.72
test_in_5Method · 0.72
test_in_6Method · 0.72
test_in_7Method · 0.72
test_in_8Method · 0.72
test_in_9Method · 0.72
test_in_10Method · 0.72