add_child

[internal] add child element.

Arguments

Source


def add_child(self, child):
    self._children.append(child)