Trees | Indices | Help |
|
---|
|
object --+ | _ReaderWriterContextManager --+ | FormatReader
This is a base class for all file format readers.
It currently handles the queueing of error messages generated by the underlying file reading libraries.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
This method will return the current error handler. It should be defined in any derived class in order to query the appropriate mmlib and return the error handler if there is one. |
Returns the list of error messages generated from the reading operations since the most recent clearReadErrors() call. Note that this could be an empty list if now errors have beenn encountered. |
Turn off error queueing and add any error messages to the error_queue attribute. And restore printing to the stream. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:47 2015 | http://epydoc.sourceforge.net |