(self, step)
| 579 | return [self.add_output(output) for output in outputs] |
| 580 | |
| 581 | def set_step(self, step): |
| 582 | self._assert_not_used() |
| 583 | self._step = core.to_execution_step(step) |
| 584 | |
| 585 | def get_step(self): |
| 586 | if self._step_with_setup is not None: |
no test coverage detected