(self)
| 421 | return self.all_prompt_styles[self.prompt_style].in_prompt() |
| 422 | |
| 423 | def get_output_prompt(self) -> AnyFormattedText: |
| 424 | return self.all_prompt_styles[self.prompt_style].out_prompt() |
| 425 | |
| 426 | def _accept_handler(self, buff: Buffer) -> bool: |
| 427 | app = get_app() |
no test coverage detected