Trees | Indices | Help |
|
---|
|
object --+ | 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 |
|
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. The base class implementation simply returns None |
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. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:05:25 2014 | http://epydoc.sourceforge.net |