last_page property

last_page property

Gets or sets a value indicating whether to include the last page.

Definition:

@property
def last_page(self):
    ...
@last_page.setter
def last_page(self, value):
    ...

See Also