class documentation

class BoundSignalHandler(object): (source)

View In Hierarchy

Undocumented

Method __call__ Undocumented
Method __init__ Undocumented
Method blocked Returns a context manager that can be used to temporarily block a callback.
Method _block Undocumented
Method _unblock Undocumented
Instance Variable _blocked Undocumented
Instance Variable _func Undocumented
Instance Variable _instance Undocumented
def __call__(self, *args, **kwargs): (source)

Undocumented

def __init__(self, instance, func): (source)

Undocumented

def blocked(self): (source)
Returns a context manager that can be used to temporarily block a callback.
def _block(self): (source)

Undocumented

def _unblock(self): (source)

Undocumented

_blocked: int = (source)

Undocumented

_func = (source)

Undocumented

_instance = (source)

Undocumented