Home | Trees | Indices | Help |
---|
|
object --+ | extension.Extension --+ | ResultReader
A 'ResultReader' provides access to stored test results.
For instance, a 'ResultReader' may load 'Result's from a pickle file or an XML file.
This is an abstract class.
See also 'ResultStream'.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
kind =
A string giving kind of extension is implemented by the class. |
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Construct a new 'Extension'. 'args': Keyword arguments providing values for Extension parameters. The values should be appropriate for the corresponding fields. Derived classes must pass along any unrecognized keyword arguments to this method so that additional arguments can be added in the future without necessitating changes to derived classes. This method will place all of the arguments into this objects instance dictionary. Derived classes may override this method, but should call this method during their processing.
|
Return the next 'Result' from this reader. returns -- A 'Result', or 'None' if there are no more results. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:41 2011 | http://epydoc.sourceforge.net |