Part of twisted.internet._signals View Source View In Hierarchy
_Handler
is
a signal handler which writes a byte to a file descriptor whenever it is
invoked.Instance Variable | fd | The file descriptor to which to write. If this is None ,
nothing will be written. |
Method | __init__ | Undocumented |
Method | __call__ | _Handler.__call__
is the signal handler. It will write a byte to the wrapped file
descriptor, if there is one. |
_Handler.__call__
is the signal handler. It will write a byte to the wrapped file
descriptor, if there is one.