MCPcopy Create free account
hub / github.com/ipython/ipython / get_message

Method get_message

IPython/terminal/interactiveshell.py:415–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

in_prompt_tokensMethod · 0.45

Tested by

no test coverage detected