remove_child method

remove_child(node)

Removes the child node indicated by old child from the list of children.

def remove_child(self, node):
    ...
ParameterTypeDescription
nodeNodeThe old child.

See Also