MCPcopy Index your code
hub / github.com/prompt-toolkit/ptpython / out_prompt

Method out_prompt

src/ptpython/ipython.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 return PygmentsTokens(self.prompts.continuation_prompt_tokens())
62
63 def out_prompt(self) -> AnyFormattedText:
64 return []
65
66
67class IPythonValidator(PythonValidator):

Callers 1

get_output_promptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected