ATLAS Offline Software
|
Job: a set of pieces of information relevant to a given work function. More...
Public Member Functions | |
def | __init__ (self, workFunction=None, workFunctionKeywordArguments={}, workFunctionTimeout=None, name=None) |
initialisation method More... | |
def | name (self) |
def | __str__ (self) |
return an object self description string More... | |
def | printout (self) |
print in a human-readable way the items of the object self More... | |
Public Attributes | |
workFunction | |
workFunctionKeywordArguments | |
workFunctionTimeout | |
className | |
resultGetter | |
Private Attributes | |
_name | |
Job: a set of pieces of information relevant to a given work function.
A Job object is a set of pieces of information relevant to a given work function. A Job object comprises a name, a work function, work function arguments, the work function timeout specification, a multiprocessing.Pool.apply_async() object and, ultimately, a result object.
name | the Job object name |
workFunction | the work function object |
workFunctionArguments | the work function keyword arguments dictionary |
workFunctionTimeout | the work function timeout specification in seconds |
Definition at line 723 of file trfUtils.py.
def python.trfUtils.Job.__init__ | ( | self, | |
workFunction = None , |
|||
workFunctionKeywordArguments = {} , |
|||
workFunctionTimeout = None , |
|||
name = None |
|||
) |
def python.trfUtils.Job.__str__ | ( | self | ) |
return an object self description string
This method returns an object description string consisting of a listing of the items of the object self.
Definition at line 761 of file trfUtils.py.
def python.trfUtils.Job.name | ( | self | ) |
Definition at line 754 of file trfUtils.py.
def python.trfUtils.Job.printout | ( | self | ) |
print in a human-readable way the items of the object self
This function prints in a human-readable way the items of the object self.
Definition at line 773 of file trfUtils.py.
|
private |
Definition at line 733 of file trfUtils.py.
python.trfUtils.Job.className |
Definition at line 730 of file trfUtils.py.
python.trfUtils.Job.resultGetter |
Definition at line 731 of file trfUtils.py.
python.trfUtils.Job.workFunction |
Definition at line 727 of file trfUtils.py.
python.trfUtils.Job.workFunctionKeywordArguments |
Definition at line 728 of file trfUtils.py.
python.trfUtils.Job.workFunctionTimeout |
Definition at line 729 of file trfUtils.py.