Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
parsimonious.exceptions.ParseError Class Reference
Inheritance diagram for parsimonious.exceptions.ParseError:
Inheritance graph
[legend]
Collaboration diagram for parsimonious.exceptions.ParseError:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, text, pos=-1, expr=None)
 
 __str__ (self)
 
 line (self)
 
 column (self)
 
- Public Member Functions inherited from parsimonious.utils.StrAndRepr
 __repr__ (self)
 

Public Attributes

 text
 
 pos
 
 expr
 

Detailed Description

A call to ``Expression.parse()`` or ``match()`` didn't match.

Member Function Documentation

◆ column()

parsimonious.exceptions.ParseError.column (   self)
Return the 1-based column where the expression ceased to match.

◆ line()

parsimonious.exceptions.ParseError.line (   self)
Return the 1-based line number where the expression ceased to
match.

The documentation for this class was generated from the following file: