syside.gc.Debug

class Debug(stats: bool = False, collected: bool = False, reachable: bool = False, unreachable: bool = False)

Debug options for the garbage collector.

Initialization

property stats: bool

Print statistics summary during collection.

property collected: bool

Print collected documents during collection.

property reachable: bool

Print reachable documents during collection.

property unreachable: bool

Print unreachable documents during collection.