Home | Trees | Indices | Help |
|
---|
|
object --+ | Job
Abstract base class of a callable to be called later.
It stores the result or raised exception of the last time it is called.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__counter = 0
|
|
|||
result Return the computed result for this processed job. |
|||
Inherited from |
|
|
|
Execute this job and store the result or raised exception. To be called by Slave instances. |
|
resultReturn the computed result for this processed job. If the callable had risen an exception, it is reraised here. The
original traceback is also available as
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Sun Jun 10 22:21:42 2007 | http://epydoc.sourceforge.net |