class documentation

class SignalCapturingMemoryReactor(MemoryReactor): (source)

Implements interfaces: twisted.internet.interfaces._ISupportsExitSignalCapturing

View In Hierarchy

MemoryReactor that implements the _ISupportsExitSignalCapturing interface, all other operations identical to MemoryReactor.

Method _exitSignal.setter Undocumented
Instance Variable _val Undocumented
Property _exitSignal int or None, the integer exit signal delivered to the application, or None if no signal was delivered.
@_exitSignal.setter
def _exitSignal(self, val): (source)

Undocumented

Undocumented

@property
_exitSignal = (source)

int or None, the integer exit signal delivered to the application, or None if no signal was delivered.