## Node.insert_after()


Insert *sibling* as the node immediately after this one.


Usage

``` python
Node.insert_after(sibling)
```
