(
compiler: SQLCompiler,
c: ColumnElement[Any],
process: Literal[True] = ...,
**kw: Any,
)
| 1360 | |
| 1361 | @overload |
| 1362 | def _create_update_prefetch_bind_param( |
| 1363 | compiler: SQLCompiler, |
| 1364 | c: ColumnElement[Any], |
| 1365 | process: Literal[True] = ..., |
| 1366 | **kw: Any, |
| 1367 | ) -> str: ... |
| 1368 | |
| 1369 | |
| 1370 | @overload |
no test coverage detected