Package pycosmicstar :: Module filedict_old :: Class FileDict
[hide private]
[frames] | no frames]

Class FileDict

source code


A dictionary that stores its data persistantly in a file

Nested Classes [hide private]
  _Batch
Instance Methods [hide private]
 
__init__(self, solution=0, **options)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_commit(self) source code
 
__pack_key(self, key) source code
 
__pack_value(self, value) source code
 
__unpack_value(self, value) source code
 
get(self, key, default=None) source code
 
__getitem__(self, key) source code
 
__setitem(self, key, value) source code
 
__setitem__(self, key, value) source code
 
__delitem__(self, key) source code
 
update(self, d) source code
 
pop(self, key, default=<class pycosmicstar.filedict_old.DefaultArg at 0x7f65e9f12c18>) source code
 
keys(self) source code
 
values(self) source code
 
items(self) source code
 
iterkeys(self) source code
 
itervalues(self) source code
 
iteritems(self) source code
 
has_key(self, key) source code
 
__contains__(self, key) source code
 
__len__(self) source code
 
__del__(self) source code

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

Properties [hide private]
  batch

Inherited from object: __class__

Method Details [hide private]

__init__(self, solution=0, **options)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

batch

Get Method:
unreachable.batch(self)