set_parent
Description:
Sets the parent node for the given `node`.
It is an error to call this with an immutable parent
.
The this may be immutable.
Parameters:
this |
the node to change |
parent |
the parent node |
Sets the parent node for the given `node`.
It is an error to call this with an immutable parent
.
The this may be immutable.
this |
the node to change |
parent |
the parent node |