Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
docutils.utils.math.mathml_elements.mrow Class Reference
Inheritance diagram for docutils.utils.math.mathml_elements.mrow:
Inheritance graph
[legend]
Collaboration diagram for docutils.utils.math.mathml_elements.mrow:
Collaboration graph
[legend]

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
 

Detailed Description

Generic element to group children as a horizontal row.

Removed on closing if not required (see `mrow.close()`).

Member Function Documentation

◆ 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.

◆ transfer_attributes()

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.

The documentation for this class was generated from the following file: