class documentation

class SignalHandlerBlockContextManager(object): (source)

View In Hierarchy

Undocumented

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable handler Undocumented
def __enter__(self): (source)

Undocumented

def __exit__(self, exc_type, exc_val, exc_tb): (source)

Undocumented

def __init__(self, handler): (source)

Undocumented

handler = (source)

Undocumented