|
|
__init__(self,
metaworker)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
ev_error(self,
worker)
Called to indicate that a worker has error to read (on stderr). |
source code
|
|
|
|
|
|
|
ev_hup(self,
worker)
Called to indicate that a worker's connection has been closed. |
source code
|
|
|
|
ev_timeout(self,
worker)
Called to indicate that a worker has timed out (worker timeout only). |
source code
|
|
|
|
ev_close(self,
worker)
Called to indicate that a worker has just finished (it may already
have failed on timeout). |
source code
|
|
|
Inherited from Event.EventHandler:
ev_msg,
ev_pickup,
ev_timer
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|