Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
67
class
IPythonValidator(PythonValidator):
Callers
1
get_output_prompt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected