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


Public Member Functions | |
| transfer_attributes (self, other) | |
| close (self) | |
Public Member Functions inherited from docutils.utils.math.mathml_elements.MathElement | |
| __init__ (self, *children, **attributes) | |
| __repr__ (self) | |
| __str__ (self) | |
| set (self, key, value) | |
| __setitem__ (self, key, value) | |
| is_full (self) | |
| append (self, element) | |
| extend (self, elements) | |
| pop (self, index=-1) | |
| in_block (self) | |
| indent_xml (self, space=' ', level=0) | |
| unindent_xml (self) | |
| toxml (self, encoding=None) | |
Additional Inherited Members | |
Static Public Member Functions inherited from docutils.utils.math.mathml_elements.MathElement | |
| a_str (v) | |
Public Attributes inherited from docutils.utils.math.mathml_elements.MathElement | |
| text | |
Static Public Attributes inherited from docutils.utils.math.mathml_elements.MathElement | |
| nchildren = None | |
| parent = None | |
Generic element to group children as a horizontal row. Removed on closing if not required (see `mrow.close()`).
| docutils.utils.math.mathml_elements.mrow.close | ( | self | ) |
Close element and return first non-full anchestor or None. Remove <mrow> if it has only one child element.
Reimplemented from docutils.utils.math.mathml_elements.MathElement.
| docutils.utils.math.mathml_elements.mrow.transfer_attributes | ( | self, | |
| other | |||
| ) |
Transfer attributes from self to other. "List values" (class, style) are appended to existing values, other values replace existing values.