MCPcopy
hub / github.com/prompt-toolkit/ptpython / get_output_prompt

Method get_output_prompt

src/ptpython/python_input.py:423–424  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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()

Callers 1

_show_resultMethod · 0.80

Calls 1

out_promptMethod · 0.45

Tested by

no test coverage detected