queenbee.job.result module¶
Queenbee Results
The results are a combination of step inputs and outputs for a list of runs.
- class queenbee.job.result.Results(iterable=(), /)[source]¶
Bases:
List
[Union
[StepStringInput
,StepIntegerInput
,StepNumberInput
,StepBooleanInput
,StepFolderInput
,StepFileInput
,StepPathInput
,StepArrayInput
,StepJSONObjectInput
,StepStringOutput
,StepIntegerOutput
,StepNumberOutput
,StepBooleanOutput
,StepFolderOutput
,StepFileOutput
,StepPathOutput
,StepArrayOutput
,StepJSONObjectOutput
]]