App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine._internal.django.core.paginator.Page Class Reference
Inheritance diagram for google.appengine._internal.django.core.paginator.Page:

Public Member Functions

def __init__
 
def __repr__
 
def has_next
 
def has_previous
 
def has_other_pages
 
def next_page_number
 
def previous_page_number
 
def start_index
 
def end_index
 

Public Attributes

 object_list
 
 number
 
 paginator
 

Member Function Documentation

def google.appengine._internal.django.core.paginator.Page.end_index (   self)
Returns the 1-based index of the last object on this page,
relative to total objects found (hits).
def google.appengine._internal.django.core.paginator.Page.start_index (   self)
Returns the 1-based index of the first object on this page,
relative to total objects in the paginator.

The documentation for this class was generated from the following file: