httomo.runner.pipeline.Pipeline#
- class httomo.runner.pipeline.Pipeline(loader: LoaderInterface, methods: List[MethodWrapper])[source]#
Represents a pipeline of methods, stored by their wrappers, and the loader. After creation, the pipeline is immutable.
Methods
__init__
(loader, methods)Attributes
- property loader: LoaderInterface#