![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


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} |
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'``.
| pip._vendor.pygments.filters.SymbolFilter.__init__ | ( | self, | |
| ** | options | ||
| ) |
Reimplemented from pip._vendor.pygments.filter.Filter.
| pip._vendor.pygments.filters.SymbolFilter.filter | ( | self, | |
| lexer, | |||
| stream | |||
| ) |
Reimplemented from pip._vendor.pygments.filter.Filter.