## Node.replace()


Replace this node in the tree with *new_node*.


Usage

``` python
Node.replace(new_node)
```
