remove_all_children method

remove_all_children(self)

Removes all the child nodes of the current node.


def remove_all_children(self):
    ...

See Also