class documentation

class Page(collections.abc.Sequence):

View In Hierarchy

Undocumented

Method end​_index Return the 1-based index of the last object on this page, relative to total objects found (hits).
Method has​_next Undocumented
Method has​_other​_pages Undocumented
Method has​_previous Undocumented
Method next​_page​_number Undocumented
Method previous​_page​_number Undocumented
Method start​_index Return the 1-based index of the first object on this page, relative to total objects in the paginator.
Instance Variable number Undocumented
Instance Variable object​_list Undocumented
Instance Variable paginator Undocumented
Method __getitem__ Undocumented
Method __init__ Undocumented
Method __len__ Undocumented
Method __repr__ Undocumented
def end_index(self):
Return the 1-based index of the last object on this page, relative to total objects found (hits).
def has_next(self):

Undocumented

def has_other_pages(self):

Undocumented

def has_previous(self):

Undocumented

def next_page_number(self):

Undocumented

def previous_page_number(self):

Undocumented

def start_index(self):
Return the 1-based index of the first object on this page, relative to total objects in the paginator.
number =

Undocumented

object_list =

Undocumented

paginator =

Undocumented

def __getitem__(self, index):

Undocumented

def __init__(self, object_list, number, paginator):

Undocumented

def __len__(self):

Undocumented

def __repr__(self):

Undocumented