MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _connection_begin_impl

Method _connection_begin_impl

lib/sqlalchemy/engine/base.py:2678–2679  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2676 return self.connection._transaction is not self
2677
2678 def _connection_begin_impl(self) -> None:
2679 self.connection._begin_impl(self)
2680
2681 def _connection_rollback_impl(self) -> None:
2682 self.connection._rollback_impl()

Callers 1

__init__Method · 0.95

Calls 1

_begin_implMethod · 0.80

Tested by

no test coverage detected