MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _create_insert_prefetch_bind_param

Function _create_insert_prefetch_bind_param

lib/sqlalchemy/sql/crud.py:1330–1335  ·  view source on GitHub ↗
(
    compiler: SQLCompiler,
    c: ColumnElement[Any],
    process: Literal[True] = ...,
    **kw: Any,
)

Source from the content-addressed store, hash-verified

1328
1329@overload
1330def _create_insert_prefetch_bind_param(
1331 compiler: SQLCompiler,
1332 c: ColumnElement[Any],
1333 process: Literal[True] = ...,
1334 **kw: Any,
1335) -> str: ...
1336
1337
1338@overload

Calls 2

_create_bind_paramFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected