Class Page
Declaration
class Page(collections.abc.Sequence)
source linkMethods
▷ def __init__(self, object_list, number, paginator) ▷ def end_index(self) Return the 1-based index of the last object on this page, relative to total objects found (hits).
▷ def start_index(self) Return the 1-based index of the first object on this page, relative to total objects in the paginator.