()
| 887 | Return the current layout option for the current Terminal InteractiveShell |
| 888 | """ |
| 889 | def get_message(): |
| 890 | return PygmentsTokens(self.prompts.in_prompt_tokens()) |
| 891 | |
| 892 | if self.editing_mode == "emacs" and self.prompt_line_number_format == "": |
| 893 | # with emacs mode the prompt is (usually) static, so we call only |
nothing calls this directly
no test coverage detected