|
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 |
|
|
| object_list |
|
| number |
|
| paginator |
|
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:
- code/googleappengine-read-only/python/google/appengine/_internal/django/core/paginator.py