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


Public Member Functions | |
| __init__ (self) | |
| skip (self, string) | |
| identifier (self) | |
| extract (self, length) | |
| checkfor (self, string) | |
| checkforlower (self, string) | |
| skipcurrent (self) | |
| __next__ (self) | |
| checkskip (self, string) | |
| error (self, message) | |
Public Member Functions inherited from docutils.utils.math.math2html.Globable | |
| checkbytemark (self) | |
| isout (self) | |
| current (self) | |
| finished (self) | |
| glob (self, currentcheck) | |
| globalpha (self) | |
| globnumber (self) | |
| isidentifier (self) | |
| globidentifier (self) | |
| isvalue (self) | |
| globvalue (self) | |
| skipspace (self) | |
| globincluding (self, magicchar) | |
| globexcluding (self, excluded) | |
| pushending (self, ending, optional=False) | |
| popending (self, expected=None) | |
| nextending (self) | |
Additional Inherited Members | |
Public Attributes inherited from docutils.utils.math.math2html.Globable | |
| endinglist | |
| isidentifier | |
| isvalue | |
Static Public Attributes inherited from docutils.utils.math.math2html.Globable | |
| bool | leavepending = False |
A position in a text to parse. Including those in Globable, functions to implement by subclasses are: skip(), identifier(), extract(), isout() and current().
| docutils.utils.math.math2html.Position.__init__ | ( | self | ) |
Reimplemented from docutils.utils.math.math2html.Globable.
| docutils.utils.math.math2html.Position.checkfor | ( | self, | |
| string | |||
| ) |
Reimplemented from docutils.utils.math.math2html.Globable.
| docutils.utils.math.math2html.Position.skipcurrent | ( | self | ) |
Reimplemented from docutils.utils.math.math2html.Globable.