in jbi/runner.py [0:0]
def _initialize_steps(self, steps: ActionSteps):
steps_by_operation = groups2operation(steps)
steps_callables = {
group: [getattr(steps_module, step_str) for step_str in steps_list]
for group, steps_list in steps_by_operation.items()
}
return steps_callables