Table of Contents

Class: AbstractDelta ./src/peak/storage/undo.py
Base Classes   
object
Methods   
__init__
_finish
_merge
_redo
_undo
finish
merge
redo
undo
  __init__ 
__init__ ( self )

  _finish 
_finish ( self )

Exceptions   
NotImplementedError
  _merge 
_merge ( self,  delta )

Exceptions   
NotImplementedError
  _redo 
_redo ( self )

Exceptions   
NotImplementedError
  _undo 
_undo ( self )

Exceptions   
NotImplementedError
  finish 
finish ( self )

Exceptions   
UndoError( "Delta is already checkpointed", self )
  merge 
merge ( self,  delta )

Exceptions   
UndoError( "Delta no longer active", self )
  redo 
redo ( self )

Exceptions   
UndoError( "Repeated redo", self )
  undo 
undo ( self )

Exceptions   
UndoError( "Can't undo", self )
UndoError( "Repeated undo", self )

Table of Contents

This document was automatically generated on Mon Apr 15 01:11:04 2024 by HappyDoc version 2.1