MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / _RollbackException

Class _RollbackException

conftest.py:100–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 finally:
99 # Rollback the transaction (discards all changes made during test)
100 class _RollbackException(Exception):
101 pass
102
103 await transaction.__aexit__(_RollbackException, _RollbackException(), None)
104 else:

Callers 1

dbFunction · 0.70

Calls

no outgoing calls

Tested by 1

dbFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…