ZODB.Architecture.DB.undo

Documentation
Undo changes made by the given transaction id.
Parameters
TypeNameDefaultDocumentation
PyStringtransaction_id An id returned from undoLog in a format that is storage specific.
Exceptions
If the transaction_id cannot be undone, then an UndoError is raised.
Note
This invalidates any objects (and object versions) affected by the transaction.