class documentation

class _WithoutSignalHandling:

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):

Do not install any signal handlers.

def uninstall(self):

Do nothing because install installed nothing.