SuperNode.append# SuperNode.append(node: Union[SuperNode, Any])[source]# Adds a child node. Parameters: node (SuperNode or any object) – If the node parameter is not a SuperNode object, it will create a new SuperNode object. The value of the SuperNode object will be the value of the node parameter.