(self, msg)
| 2869 | |
| 2870 | @typing.override |
| 2871 | def error(self, msg): |
| 2872 | self._send(message=str(msg), type="error") |
| 2873 | |
| 2874 | def _get_input(self, prompt, state) -> str: |
| 2875 | # Before displaying a (Pdb) prompt, send the list of PDB commands |
no test coverage detected