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


Public Member Functions | |
| parse (self, block) | |
| find_head_body_sep (self) | |
Public Attributes | |
| block | |
| head_body_sep | |
Static Public Attributes | |
| head_body_separator_pat = None | |
| str | double_width_pad_char = '\x00' |
Abstract superclass for the common parts of the syntax-specific parsers.
| docutils.parsers.rst.tableparser.TableParser.find_head_body_sep | ( | self | ) |
Look for a head/body row separator line; store the line index.
| docutils.parsers.rst.tableparser.TableParser.parse | ( | self, | |
| block | |||
| ) |
Analyze the text `block` and return a table data structure. Given a plaintext-graphic table in `block` (list of lines of text; no whitespace padding), parse the table, construct and return the data necessary to construct a CALS table or equivalent. Raise `TableMarkupError` if there is any problem with the markup.