select_nth_last_child

[internal] returns elements that are specified index children of their parent from last.

Arguments

Source


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