DataRecord

Represents an individual record that might be accessed from a DataHandler. Implements most of the dict interface, but, to make things a bit easier when pickling, is not implemented as a proper subclass of dict.

 

__init__(self, data_handler, key, records): 

 

keys(self): 

 

values(self): 

 

items(self): 

 

__getitem__(self, item): 

 

__repr__(self): 

 

__getstate__(self): 

 

__setstate__(self, state): 

Feedback

Examples

Templates

Documentation