synthpic2.recipe.synth_chain.step

Module for the SynthChainStep base class.

Module Contents

Classes

SynthChainStep

Helper class that provides a standard way to create an ABC using

class synthpic2.recipe.synth_chain.step.SynthChainStep

Bases: abc.ABC

Helper class that provides a standard way to create an ABC using inheritance.

__attrs_post_init__() None
abstract __call__(runtime_state: synthpic2.recipe.synth_chain.state.RuntimeState) synthpic2.recipe.synth_chain.state.RuntimeState

NotImplemented