Debug
- class Debug
Debug options for the garbage collector.
Members defined in
Debug(5 members)
RWPrint collected documents during collection.
RWPrint reachable documents during collection.
RWPrint statistics summary during collection.
RWPrint unreachable documents during collection.
Attributes
- property collected: bool
Print collected documents during collection.
- property reachable: bool
Print reachable documents during collection.
- property stats: bool
Print statistics summary during collection.
- property unreachable: bool
Print unreachable documents during collection.
Methods
- __init__(stats: bool = False, collected: bool = False, reachable: bool = False, unreachable: bool = False) None