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

Method out_prompt_tokens

IPython/terminal/prompts.py:74–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 return []
73
74 def out_prompt_tokens(self):
75 return []
76
77class RichPromptDisplayHook(DisplayHook):
78 """Subclass of base display hook using coloured prompt"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected