def is_only_page()

in okta/framework/PagedResults.py [0:0]


    def is_only_page(self):
        return self.is_last_page() and self.is_first_page()