MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / literal

Function literal

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

Source from the content-addressed store, hash-verified

140
141@overload
142def literal(
143 value: Any,
144 type_: _TypeEngineArgument[_T],
145 literal_execute: bool = False,
146) -> BindParameter[_T]: ...
147
148
149@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