select_nth_of_type

[internal] returns elements that are the specified index of type.

Arguments

Source


def select_nth_last_of_type(self, i):
    return self._nodes.select_nth_last_of_type(i)