|
Baby Language Lab Scripts
A collection of data processing tools.
|
This class represents a warning that has been detected in a TRS file. More...

Public Member Functions | |
| def | __init__ |
| Constructor Currenlty, this class exists only to differentiate warnings from errors. More... | |
Public Member Functions inherited from parsers.errors.BllAppError | |
| def | __init__ |
| Constructor. More... | |
| def | __str__ |
| This method is called by the Python runtime when a string representatin of this exception is requested (eg. More... | |
Additional Inherited Members | |
Public Attributes inherited from parsers.errors.BllAppError | |
| obj | |
| msg | |
This class represents a warning that has been detected in a TRS file.
Warnings are not as serious as errors - for example, an utterance might not have a speaker specified.
| def parsers.errors.ParserWarning.__init__ | ( | self, | |
| msg, | |||
| obj | |||
| ) |