![]() |
Baby Language Lab Scripts
A collection of data processing tools.
|
The class represents an error 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 | |
The class represents an error that has been detected in a TRS file.
(For example, the error could be something an invalid transcriber code, or a missing I/C link code.)
def parsers.errors.ParserError.__init__ | ( | self, | |
msg, | |||
obj | |||
) |