MCPcopy Create free account
hub / github.com/webpy/webpy / do_rollback

Method do_rollback

web/db.py:574–575  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

572 ctx.commit()
573
574 def do_rollback(self):
575 ctx.rollback()
576
577 class subtransaction_engine:
578 """Transaction Engine used in sub transactions."""

Callers 1

rollbackMethod · 0.45

Calls 1

rollbackMethod · 0.45

Tested by

no test coverage detected