Arguments
- Name: i, Type: int
- specified index
Source
def select_nth_last_of_type(self, i):
return self._nodes.select_nth_last_of_type(i)
[internal] returns elements that are the specified index of type.
def select_nth_last_of_type(self, i):
return self._nodes.select_nth_last_of_type(i)