class documentation

class ResultWithJobs(object):

View In Hierarchy

Data container for LU results with jobs.

Instances of this class returned from LogicalUnit.Exec will be recognized by mcpu._ProcessResult. The latter will then submit the jobs contained in the jobs attribute and include the job IDs in the opcode result.

Method __init__ Initializes this class.
Instance Variable jobs Undocumented
Instance Variable other Undocumented
def __init__(self, jobs, **kwargs):

Initializes this class.

Additional return values can be specified as keyword arguments.

Parameters
jobs:list of lists of opcode.OpCodeA list of lists of opcode objects
**kwargsUndocumented
jobs =

Undocumented

other =

Undocumented