class documentation

class math(object): (source)

Known subclasses: docutils.utils.math.latex2mathml.mfenced, docutils.utils.math.latex2mathml.mfrac, docutils.utils.math.latex2mathml.mover, docutils.utils.math.latex2mathml.mroot, docutils.utils.math.latex2mathml.mrow, docutils.utils.math.latex2mathml.mspace, docutils.utils.math.latex2mathml.msqrt, docutils.utils.math.latex2mathml.mstyle, docutils.utils.math.latex2mathml.msub, docutils.utils.math.latex2mathml.msubsup, docutils.utils.math.latex2mathml.msup, docutils.utils.math.latex2mathml.mtable, docutils.utils.math.latex2mathml.mtext, docutils.utils.math.latex2mathml.munder, docutils.utils.math.latex2mathml.munderover, docutils.utils.math.latex2mathml.mx

View In Hierarchy

Base class for MathML elements.
Method __init__ math([children]) -> MathML element
Method __repr__ Undocumented
Method append append(child) -> element
Method close close() -> parent
Method delete​_child delete_child() -> child
Method full Room for more children?
Method xml xml() -> xml-string
Method xml​_body Undocumented
Method xml​_end Undocumented
Method xml​_start Undocumented
Class Variable nchildren Required number of children
Instance Variable children Undocumented
Instance Variable inline Undocumented
def __repr__(self): (source)

Undocumented

def append(self, child): (source)

append(child) -> element

Appends child and returns self if self is not full or first non-full parent.

def close(self): (source)

close() -> parent

Close element and return first non-full element.

def delete_child(self): (source)

delete_child() -> child

Delete last child and return it.

def full(self): (source)
Room for more children?
def xml_end(self): (source)

Undocumented

children: list = (source)

Undocumented

inline = (source)

Undocumented