Package Camelot :: Package camelot :: Package model :: Module memento
[frames] | no frames]

Module memento

source code

Classes
  Memento
Keeps information on the previous state of objects, to keep track of changes and enable restore to that previous state
  BeforeUpdate
The state of the object before an update took place
  BeforeDelete
The state of the object before it is deleted
  Create
Marks the creation of an object
Variables
  __metadata__ = MetaData(Engine(sqlite:///videostore.sqlite))
  __package__ = 'Camelot.camelot.model'