()
| 413 | Return the current layout option for the current Terminal InteractiveShell |
| 414 | """ |
| 415 | def get_message(): |
| 416 | return PygmentsTokens(self.prompts.in_prompt_tokens()) |
| 417 | |
| 418 | if self.editing_mode == 'emacs': |
| 419 | # with emacs mode the prompt is (usually) static, so we call only |
nothing calls this directly
no test coverage detected