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


Public Member Functions | |
| __init__ (self, **options) | |
| filter (self, lexer, stream) | |
Public Attributes | |
| tag_re | |
Public Attributes inherited from pip._vendor.pygments.filter.Filter | |
| options | |
Highlight special code tags in comments and docstrings. Options accepted: `codetags` : list of strings A list of strings that are flagged as code tags. The default is to highlight ``XXX``, ``TODO``, ``FIXME``, ``BUG`` and ``NOTE``. .. versionchanged:: 2.13 Now recognizes ``FIXME`` by default.
| pip._vendor.pygments.filters.CodeTagFilter.__init__ | ( | self, | |
| ** | options | ||
| ) |
Reimplemented from pip._vendor.pygments.filter.Filter.
| pip._vendor.pygments.filters.CodeTagFilter.filter | ( | self, | |
| lexer, | |||
| stream | |||
| ) |
Reimplemented from pip._vendor.pygments.filter.Filter.