(self, *args)
| 1634 | raise ValueError(f"line {fnline!r} not found in output") |
| 1635 | |
| 1636 | def _log(self, *args) -> None: |
| 1637 | self._log_output.append(" ".join(str(x) for x in args)) |
| 1638 | |
| 1639 | @property |
| 1640 | def _log_text(self) -> str: |
no test coverage detected