MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / _init_default

Method _init_default

lib/sqlalchemy/engine/interfaces.py:3120–3127  ·  view source on GitHub ↗
(
        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,

Callers 1

_execute_defaultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected