class documentation

class _WithoutSignalHandling: (source)

View In Hierarchy

A SignalHandling implementation that does no signal handling.

This is the implementation of installSignalHandlers=False.

Method install Do not install any signal handlers.
Method uninstall Do nothing because install installed nothing.
def install(self): (source)

Do not install any signal handlers.

def uninstall(self): (source)

Do nothing because install installed nothing.