(self, function: Callback | None = None)
| 508 | self.get_reader().history.append(self._histline(line)) |
| 509 | |
| 510 | def set_startup_hook(self, function: Callback | None = None) -> None: |
| 511 | self.startup_hook = function |
| 512 | |
| 513 | def get_line_buffer(self) -> str: |
| 514 | return self.get_reader().get_unicode() |
no outgoing calls
no test coverage detected