httomo.sweep_runner.stages.Stages#
- class httomo.sweep_runner.stages.Stages(before_sweep: NonSweepStage, sweep: SweepStage, after_sweep: NonSweepStage)[source]#
Groups method wrappers into three stages: - wrappers representing methods that are before the sweep (excluding the loader) - wrapper representing the method in the sweep to execute multiple times - wrappers representing methods that are after the sweep
Methods
Attributes
Alias for field number 2
Alias for field number 0
Alias for field number 1
- after_sweep: NonSweepStage#
Alias for field number 2
- before_sweep: NonSweepStage#
Alias for field number 0
- sweep: SweepStage#
Alias for field number 1