t.i._._Handler(object) : class documentation

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 VariablesfdThe 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.
def __init__(self, fd): (source)
Undocumented
def __call__(self, *args): (source)
_Handler.__call__ is the signal handler. It will write a byte to the wrapped file descriptor, if there is one.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:22:34.