| Home | Trees | Index | Help |
|---|
|
|
object --+
|
extension.Extension --+
|
result_reader.ResultReader --+
|
file_result_reader.FileResultReader --+
|
PickleResultReader
A 'PickleResultReader' reads in results from pickle files.
See also 'PickleResultStream', which does the reverse.
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
__init__(self,
arguments=None,
**args)
Construct a new 'FileResultReader'. |
|||
| _ResetUnpickler(self) | |||
| _ReadAddress(self) | |||
| _ReadMetadata(self) | |||
|
GetAnnotations(self)
Return this run's dictionary of annotations. |
|||
|
GetResult(self)
Return the next 'Result' from this reader. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
Construct a new 'FileResultReader'. 'arguments' -- As for 'ResultReader'. If the file provided is not in the input format expected by this result reader, the derived class '__init__' function must raise an 'InvalidStream' exception.
|
|
|
|
|
Return the next 'Result' from this reader. returns -- A 'Result', or 'None' if there are no more results.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |