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

Public Member Functions

 __init__ (self, **options)
 
 filter (self, lexer, stream)
 

Public Attributes

 exception
 
- Public Attributes inherited from pip._vendor.pygments.filter.Filter
 options
 

Detailed Description

Raise an exception when the lexer generates an error token.

Options accepted:

`excclass` : Exception class
  The exception class to raise.
  The default is `pygments.filters.ErrorToken`.

.. versionadded:: 0.8

Constructor & Destructor Documentation

◆ __init__()

pip._vendor.pygments.filters.RaiseOnErrorTokenFilter.__init__ (   self,
**  options 
)

Member Function Documentation

◆ filter()

pip._vendor.pygments.filters.RaiseOnErrorTokenFilter.filter (   self,
  lexer,
  stream 
)

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