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

Public Member Functions

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

Public Attributes

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

Static Public Attributes

dict latex_symbols
 
dict isabelle_symbols
 
dict lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols}
 

Detailed Description

Convert mathematical symbols such as \\<longrightarrow> in Isabelle
or \\longrightarrow in LaTeX into Unicode characters.

This is mostly useful for HTML or console output when you want to
approximate the source rendering you'd see in an IDE.

Options accepted:

`lang` : string
   The symbol language. Must be one of ``'isabelle'`` or
   ``'latex'``.  The default is ``'isabelle'``.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ filter()

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

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