Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _do_rollback
Method
_do_rollback
lib/sqlalchemy/engine/base.py:2706–2707 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2704
self._close_impl()
2705
2706
def
_do_rollback(self) -> None:
2707
self._close_impl(try_deactivate=True)
2708
2709
def
_do_commit(self) -> None:
2710
if
self.is_active:
Callers
nothing calls this directly
Calls
1
_close_impl
Method · 0.95
Tested by
no test coverage detected