Window
Represents ranges around a given page.
The Window class is accessible via the
webhelpers.pagination
module.
Attributes
Sets the window's padding (the number of pages on either side of the window page).
Returns a list of Page objects in the current window.
Methods
f
__init__(self, page, padding=2)
...
Creates a new Window object for the given page with the specified padding.
See
the source
for more information.