Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
docutils.utils.math.mathml_elements.mo Class Reference
Inheritance diagram for docutils.utils.math.mathml_elements.mo:
Inheritance graph
[legend]
Collaboration diagram for docutils.utils.math.mathml_elements.mo:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from docutils.utils.math.mathml_elements.MathToken
 __init__ (self, text, **attributes)
 
- Public Member Functions inherited from docutils.utils.math.mathml_elements.MathElement
 __repr__ (self)
 
 __str__ (self)
 
 set (self, key, value)
 
 __setitem__ (self, key, value)
 
 is_full (self)
 
 close (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)
 
- Static Public Member Functions inherited from docutils.utils.math.mathml_elements.MathElement
 a_str (v)
 
- Public Attributes inherited from docutils.utils.math.mathml_elements.MathToken
 text
 
- Public Attributes inherited from docutils.utils.math.mathml_elements.MathElement
 text
 
- Static Public Attributes inherited from docutils.utils.math.mathml_elements.MathToken
int nchildren = 0
 
- Static Public Attributes inherited from docutils.utils.math.mathml_elements.MathElement
 nchildren = None
 
 parent = None
 

Detailed Description

Operator, Fence, Separator, or Accent.

>>> mo('<').toxml()
'<mo>&lt;</mo>'

Besides operators in strict mathematical meaning, this element also
includes "operators" like parentheses, separators like comma and
semicolon, or "absolute value" bars.

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