paws.core.operations.TESTS package

Submodules

paws.core.operations.TESTS.Identity module

class paws.core.operations.TESTS.Identity.Identity[source]

Bases: paws.core.operations.Operation.Operation

Operation that loads its one input into its one output

run()[source]

Load self.inputs[‘data’] into self.outputs[‘data’]

paws.core.operations.TESTS.ListPrimes module

class paws.core.operations.TESTS.ListPrimes.ListPrimes[source]

Bases: paws.core.operations.Operation.Operation

Makes a list of prime numbers in increasing order

run()[source]

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

paws.core.operations.TESTS.NoiseArray module

class paws.core.operations.TESTS.NoiseArray.NoiseArray[source]

Bases: paws.core.operations.Operation.Operation

Creates and outputs a square array of noise

run()[source]

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

Module contents