Changes between Initial Version and Version 2 of Ticket #36622


Ignore:
Timestamp:
Sep 26, 2025, 8:58:51 AM (4 hours ago)
Author:
Fabien MICHEL
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36622

    • Property Type UncategorizedBug
  • Ticket #36622 – Description

    initial v2  
    1717
    1818
    19 A workaround for the case specified in the documentation is to override __bool__ on LazyObject so it always returns True.
     19A workaround for the case specified in the documentation is to override `__bool__` on `LazyObject` so it always returns True.
    2020
    2121
Back to Top