![]() |
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... | |
![]() | |
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 | |
![]() | |
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 | |||
) |