select_first_child

[internal] returns elements that are the first child of their parent.

Source


def select_first_child(self):
    return self._nodes.select_first_child()