atef.walk
Helpers for walking dataclasses.
If relying on Prepared dataclass walk methods (walk_groups, walk_comparisons), note that if a configuration fails to prepare, they will be skipped
Functions
|
Gather all PreparedProcedureStep dataclasses the correspond to the original ProcedureStep. |
|
Gather all the PreparedConfiguration or PreparedComparison dataclasses that correspond to the original comparison or config. |
|
Yields each config and comparison and its depth Performs a recursive depth-first search |
|
Yields each ProcedureStep / Comparison and its depth Performs a recursive depth-first search |
|
Yield ProedureSteps in |