(self)
| 150 | return not self.termination.has_terminated() # type: ignore |
| 151 | |
| 152 | def finalize(self): |
| 153 | |
| 154 | # finalize the display output in the end of the run |
| 155 | self.display.finalize() |
| 156 | |
| 157 | return self._finalize() |
| 158 | |
| 159 | def next(self) -> None: |
| 160 |