MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_rollback

Method test_rollback

Lib/test/test_sqlite3/test_dbapi.py:326–327  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

324 self.cx.commit()
325
326 def test_rollback(self):
327 self.cx.rollback()
328
329 def test_rollback_after_no_changes(self):
330 """

Callers

nothing calls this directly

Calls 1

rollbackMethod · 0.80

Tested by

no test coverage detected