fparser Reference Guide
0.0.14
|
Public Member Functions | |
def | __init__ (self, reader, info) |
![]() | |
def | __init__ (self, info) |
An exception indicating that fparser believes the provided code to be invalid Fortran. Also returns information about the location of the error if that information is available. :param reader: input string or reader where the error took \ place. This is used to provide line number and line content \ information. :type reader: str or :py:class:`FortranReaderBase` :param str info: a string giving contextual error information.