Package qm :: Package test :: Package classes :: Module pickle_result_stream
[hide private]
[frames] | no frames]

Module pickle_result_stream
source code

Classes [hide private]
PickleResultStream A 'PickleResultStream' writes out results as Python pickles.
PickleResultReader A 'PickleResultReader' reads in results from pickle files.

Variables [hide private]
_annotation_sentinel The sentinel value that marks the beginning of an annotation.
_int_format  
_int_size  

Variables Details [hide private]

_annotation_sentinel

The sentinel value that marks the beginning of an annotation.
Value:
{}                                                                     
      

_int_format

Value:
'!I'                                                                   
      

_int_size

Value:
4