ZODB.Architecture.Connection.history

Documentation
Return a sequence of HistoryEntry objects. The information provides a log of the changes made to the object. Data are reported in reverse chronological order.
Parameters
TypeNameDefaultDocumentation
OIDoid  
PyIntsize1the maximum number of history entries
Callablefilterlambda e: 1A function that may be used to select history entries. The function is called with a HistoryEntry and returns a true value if the entry should be included in the output.
Returns
Historya sequence of HistoryEntry objects