debug property

debug property

Specifies whether debug information must be printed to standard output stream or not.

Definition:

@property
def debug(self):
    ...
@debug.setter
def debug(self, value):
    ...

See Also