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


Public Member Functions | |
| __init__ (self, **options) | |
| gobble (self, value, left) | |
| filter (self, lexer, stream) | |
Public Attributes | |
| n | |
Public Attributes inherited from pip._vendor.pygments.filter.Filter | |
| options | |
Gobbles source code lines (eats initial characters). This filter drops the first ``n`` characters off every line of code. This may be useful when the source code fed to the lexer is indented by a fixed amount of space that isn't desired in the output. Options accepted: `n` : int The number of characters to gobble. .. versionadded:: 1.2
| pip._vendor.pygments.filters.GobbleFilter.__init__ | ( | self, | |
| ** | options | ||
| ) |
Reimplemented from pip._vendor.pygments.filter.Filter.
| pip._vendor.pygments.filters.GobbleFilter.filter | ( | self, | |
| lexer, | |||
| stream | |||
| ) |
Reimplemented from pip._vendor.pygments.filter.Filter.