![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Public Member Functions | |
| __init__ (self, DocutilsRenderer renderer, int lineno) | |
| get_source (self, int|None lineno=None) | |
| get_source_and_line (self, int|None lineno=None) | |
| __getattr__ (self, str name) | |
Public Attributes | |
| document | |
| language | |
| reporter | |
Protected Attributes | |
| _renderer | |
| _lineno | |
A mock version of `docutils.parsers.rst.states.RSTStateMachine`. This is parsed to the `Directives.run()` method.
| myst_parser.mocking.MockStateMachine.__getattr__ | ( | self, | |
| str | name | ||
| ) |
This method is only be called if the attribute requested has not been defined. Defined attributes will not be overridden.
| myst_parser.mocking.MockStateMachine.get_source | ( | self, | |
| int | None | lineno = None |
||
| ) |
Return document source path.
| myst_parser.mocking.MockStateMachine.get_source_and_line | ( | self, | |
| int | None | lineno = None |
||
| ) |
Return (source path, line) tuple for current or given line number.