Changes between Initial Version and Version 1 of Ticket #34758, comment 2


Ignore:
Timestamp:
Aug 2, 2023, 4:25:14 AM (14 months ago)
Author:
ruidc

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34758, comment 2

    initial v1  
    33
    44From the code in main, that doesn't seem to be the case:
    5 ```
    6 @cached_property
     5{{{
     6    @cached_property
    77    def num_pages(self):
    88        """Return the total number of pages."""
     
    1010            return 0
    1111       ...
    12 ```
     12}}}
    1313Even so, the behavior for this public function changed when a valid integer of zero is passed. Is documentation of this change not in order at least?
Back to Top