module utils.signals
class SignalBlocker
A context manager that blocks the signals of the provided widget.
The signals are unblocked at the end of the with block.
method SignalBlocker.__init__
__init__(widget)
This file was automatically generated via lazydocs.