class documentation

class _WithSignalHandling:

View In Hierarchy

A reactor core helper that can manage signals: it installs signal handlers at start time.

Method install Install the signal handlers for the Twisted event loop.
Method uninstall At the moment, do nothing (for historical reasons).
Class Variable _sigBreak Undocumented
Class Variable _sigInt Undocumented
Class Variable _sigTerm Undocumented
def install(self):

Install the signal handlers for the Twisted event loop.

def uninstall(self):

At the moment, do nothing (for historical reasons).

_sigBreak: SignalHandler =

Undocumented

_sigInt: SignalHandler =

Undocumented

_sigTerm: SignalHandler =

Undocumented