| Home | Trees | Index | Help |
|---|
| Package qm :: Package test :: Package classes :: Module pickle_result_stream :: Class PickleResultReader |
|
object--+ |Extension--+ |ResultReader--+ |FileResultReader--+ | PickleResultReader
A 'PickleResultReader' reads in results from pickle files.
See also 'PickleResultStream', which does the reverse.| Method Summary | |
|---|---|
Construct a new 'FileResultReader'. | |
Return this run's dictionary of annotations. | |
Return the next 'Result' from this reader. | |
| Inherited from ResultReader | |
A 'ResultReader' can be iterated over. | |
| Inherited from Extension | |
| |
Return the name of the extension class. | |
Return the arguments to this extension instance. | |
Create a DOM document for 'self'. | |
Create a DOM node for 'self'. | |
Write an XML description of 'self' to a file. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Class Variable Summary | |
|---|---|
NoneType |
file = None |
str |
filename = ''
|
| Inherited from FileResultReader | |
list |
arguments = [<<class 'qm.fields.TextField'> filename>, <...
|
| Inherited from ResultReader | |
str |
kind = 'result_reader'
|
| Method Details |
|---|
__init__(self,
arguments=None,
**args)
|
GetAnnotations(self)Return this run's dictionary of annotations.
|
GetResult(self)Return the next 'Result' from this reader. returns -- A 'Result', or 'None' if there are no more results.
|
| Class Variable Details |
|---|
file
|
filename
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 27 15:49:07 2007 | http://epydoc.sf.net |