max_page_index property

max_page_index property

Gets the value that represents the max index of the page to search.

Definition:

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

See Also