Window

Represents ranges around a given page.


Attributes

a padding

Sets the window's padding (the number of pages on either side of the window page).

a pages

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.

f __add__(self, window) ...

See the source for more information.