Arguments
- Name: child, Type: pyNode
- child element to add to
Source
def add_child(self, child):
self._children.append(child)
[internal] add child element.
def add_child(self, child):
self._children.append(child)