Package killerbee :: Package zbwardrive :: Package gps :: Module client :: Class dictwrapper
[hide private]
[frames] | no frames]

Class dictwrapper

source code

Wrapper that yields both class and dictionary behavior,

Instance Methods [hide private]
 
__init__(self, **ddict) source code
 
get(self, k, d=None) source code
 
keys(self) source code
 
__getitem__(self, key)
Emulate dictionary, for new-style interface.
source code
 
__setitem__(self, key, val)
Emulate dictionary, for new-style interface.
source code
 
__contains__(self, key) source code
 
__str__(self) source code
 
__repr__(self) source code