next_sibling property

next_sibling property

The node immediately following this node. If there is no such node, this returns null.

Definition:

@property
def next_sibling(self):
    ...

See Also