previous_sibling property

previous_sibling property

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

Definition:

@property
def previous_sibling(self):
    ...

See Also