remove_child method

remove_child

Removes the child node indicated by oldChild from the list of children, and returns it.

Returns

Returns node

def remove_child(self, child):
    ...
ParameterTypeDescription
childNodeThe old child.

See Also