(self)
| 69 | return self._workflow_config().debug |
| 70 | |
| 71 | def draw_graph_enabled(self) -> bool: |
| 72 | return self._workflow_config().draw_graph |
| 73 | |
| 74 | def reset_runtime(self) -> None: |
| 75 | self.problem = self.problem_template |
nothing calls this directly
no test coverage detected