Method
_init_default
(
cls,
dialect: Dialect,
connection: Connection,
dbapi_connection: PoolProxiedConnection,
execution_options: _ExecuteOptions,
)
Source from the content-addressed store, hash-verified
| 3118 | |
| 3119 | @classmethod |
| 3120 | def _init_default( |
| 3121 | cls, |
| 3122 | dialect: Dialect, |
| 3123 | connection: Connection, |
| 3124 | dbapi_connection: PoolProxiedConnection, |
| 3125 | execution_options: _ExecuteOptions, |
| 3126 | ) -> ExecutionContext: |
| 3127 | raise NotImplementedError() |
| 3128 | |
| 3129 | def _exec_default( |
| 3130 | self, |
Tested by
no test coverage detected