class documentation

class _WithSignalHandling: (source)

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

Install the signal handlers for the Twisted event loop.

def uninstall(self): (source)

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

Undocumented

Undocumented

Undocumented