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[StepStringInput | StepIntegerInput | StepNumberInput | StepBooleanInput | StepFolderInput | StepFileInput | StepPathInput | StepArrayInput | StepJSONObjectInput | StepStringOutput | StepIntegerOutput | StepNumberOutput | StepBooleanOutput | StepFolderOutput | StepFileOutput | StepPathOutput | StepArrayOutput | StepJSONObjectOutput]

classmethod from_runs(runs: List[RunStatus]) Results[source]