Package grassyknoll :: Package backend :: Package dictionary :: Module DictCollection :: Class PersistentDictCollection
[hide private]

Class PersistentDictCollection

source code


a DictCollection that saves to a pickle

Instance Methods [hide private]
 
__init__(self, fname)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
close(self)
free resources associated with this collection
source code

Inherited from DictCollection: __len__, create, delete, list, retrieve

Inherited from collection.Collection.Collection: cleanUp

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]

Inherited from lib.meta.FactoryMixin: factory

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, fname)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: DictCollection.__init__

close(self)

source code 
free resources associated with this collection
Overrides: collection.Collection.Collection.close
(inherited documentation)