class documentation

Undocumented

Method __init__ math([children]) -> MathML element
Method xml_start Undocumented
Instance Variable attrs Undocumented
Instance Variable nchildren Required number of children

Inherited from math:

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
Instance Variable children Undocumented
Instance Variable inline Undocumented
def __init__(self, children=None, nchildren=None, **kwargs): (source)

math([children]) -> MathML element

children can be one child or a list of children.

def xml_start(self): (source)

Undocumented

nchildren = (source)

Required number of children