class documentation

class mfenced(math): (source)

View In Hierarchy

Undocumented

Method __init__ math([children]) -> MathML element
Method xml​_start Undocumented
Class Variable translation Undocumented
Instance Variable openpar Undocumented

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
Class Variable nchildren Required number of children
Instance Variable children Undocumented
Instance Variable inline Undocumented
def __init__(self, par): (source)

math([children]) -> MathML element

children can be one child or a list of children.

def xml_start(self): (source)
translation: dict[str, str] = (source)

Undocumented

openpar = (source)

Undocumented