paws.core.operations.PACKAGING.BATCH package

Submodules

paws.core.operations.PACKAGING.BATCH.ListFromBatch module

class paws.core.operations.PACKAGING.BATCH.ListFromBatch.ListFromBatch[source]

Bases: paws.core.operations.Operation.Operation

Given a batch output (list of dicts) and an output name (dict key), harvest a list of outputs from the batch.

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

paws.core.operations.PACKAGING.BATCH.XYDataFromBatch module

class paws.core.operations.PACKAGING.BATCH.XYDataFromBatch.XYDataFromBatch[source]

Bases: paws.core.operations.Operation.Operation

Harvest two arrays from a batch output (a list of dicts). Takes a batch output, a key for x values, and a key for y values.

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

Module contents