Debug

class Debug

Debug options for the garbage collector.

Members defined in Debug (5 members)

collected

RW

Print collected documents during collection.

reachable

RW

Print reachable documents during collection.

stats

RW

Print statistics summary during collection.

unreachable

RW

Print unreachable documents during collection.

__init__

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
Used in