MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / execution_options

Method execution_options

lib/sqlalchemy/ext/asyncio/engine.py:1119–1128  ·  view source on GitHub ↗
(
        self,
        *,
        compiled_cache: Optional[CompiledCacheType] = ...,
        logging_token: str = ...,
        isolation_level: IsolationLevel = ...,
        insertmanyvalues_page_size: int = ...,
        schema_translate_map: Optional[SchemaTranslateMapType] = ...,
        **opt: Any,
    )

Source from the content-addressed store, hash-verified

1117
1118 @overload
1119 def execution_options(
1120 self,
1121 *,
1122 compiled_cache: Optional[CompiledCacheType] = ...,
1123 logging_token: str = ...,
1124 isolation_level: IsolationLevel = ...,
1125 insertmanyvalues_page_size: int = ...,
1126 schema_translate_map: Optional[SchemaTranslateMapType] = ...,
1127 **opt: Any,
1128 ) -> AsyncEngine: ...
1129
1130 @overload
1131 def execution_options(self, **opt: Any) -> AsyncEngine: ...

Callers 1

set_shardMethod · 0.45

Calls 1

AsyncEngineClass · 0.85

Tested by

no test coverage detected