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

Method commit_prepared

lib/sqlalchemy/engine/base.py:1048–1049  ·  view source on GitHub ↗
(self, xid: Any, recover: bool = False)

Source from the content-addressed store, hash-verified

1046 self.engine.dialect.do_rollback_twophase(self, xid, recover=recover)
1047
1048 def commit_prepared(self, xid: Any, recover: bool = False) -> None:
1049 self.engine.dialect.do_commit_twophase(self, xid, recover=recover)
1050
1051 def in_transaction(self) -> bool:
1052 """Return True if a transaction is in progress."""

Callers 2

Calls 1

do_commit_twophaseMethod · 0.45

Tested by 2