MCPcopy Create free account
hub / github.com/apache/qpid-proton / commit

Method commit

python/proton/_reactor.py:557–561  ·  view source on GitHub ↗

Commit this transaction. Closes the transaction as a success.

(self)

Source from the content-addressed store, hash-verified

555 self.declare()
556
557 def commit(self) -> None:
558 """
559 Commit this transaction. Closes the transaction as a success.
560 """
561 self.discharge(False)
562
563 def abort(self) -> None:
564 """

Callers 6

on_messageMethod · 0.80
_processMethod · 0.80
db_ctrl.pyFile · 0.80
sendMethod · 0.80
on_commitMethod · 0.80

Calls 1

dischargeMethod · 0.95

Tested by

no test coverage detected