class documentation

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

Undocumented