select_first_of_type

[internal] returns elements that are the first of the type.

Source


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