(self, e: KeyboardInterrupt)
| 399 | ) |
| 400 | |
| 401 | def _handle_keyboard_interrupt(self, e: KeyboardInterrupt) -> None: |
| 402 | output = self.app.output |
| 403 | |
| 404 | output.write("\rKeyboardInterrupt\n\n") |
| 405 | output.flush() |
| 406 | |
| 407 | def _add_to_namespace(self) -> None: |
| 408 | """ |
no test coverage detected