class documentation

class CheckPointableDictAdapter(object): (source)

View In Hierarchy

Adapt a dictionary to the ICheckpointable interface.

Method __init__ Undocumented
Method checkpoint Undocumented
Instance Variable dict Undocumented
def __init__(self, dict): (source)

Undocumented

def checkpoint(self): (source)

Undocumented

dict = (source)

Undocumented