(
compiler: SQLCompiler,
c: ColumnElement[Any],
process: Literal[True] = ...,
**kw: Any,
)
| 1328 | |
| 1329 | @overload |
| 1330 | def _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 |
no test coverage detected