processing.interfaces.base_step

Contents

processing.interfaces.base_step#

This is a base class for every processing steps.

This should probably not be used. Try using PreProcStep or PostProcStep.

Classes#

BaseStep()

a step that can be inherited in order to be appended to a TranspilerConfig.