MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / update_execution_options

Method update_execution_options

lib/sqlalchemy/engine/base.py:3353–3354  ·  view source on GitHub ↗
(self, **opt: Any)

Source from the content-addressed store, hash-verified

3351
3352class OptionEngine(OptionEngineMixin, Engine):
3353 def update_execution_options(self, **opt: Any) -> None:
3354 Engine.update_execution_options(self, **opt)
3355
3356
3357Engine._option_cls = OptionEngine

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected