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

Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from parsimonious.exceptions.ParseError
 text
 
 pos
 
 expr
 

Detailed Description

A call to ``parse()`` matched a whole Expression but did not consume the
entire text.

Member Function Documentation

◆ __str__()

parsimonious.exceptions.IncompleteParseError.__str__ (   self)

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