ZODB.Architecture.Storage Interface.tpc_abort
Documentation
Abort the transaction. Any changes made by the transaction are discarded.
Parameters
State-dependent
This method is state dependent. It is an error to call this method if the storage is not committing, or if the aborted transaction is not the transaction given in the most recent tpc_begin.