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

Method in_prompt_tokens

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

Source from the content-addressed store, hash-verified

59
60class ClassicPrompts(Prompts):
61 def in_prompt_tokens(self):
62 return [
63 (Token.Prompt, '>>> '),
64 ]
65
66 def continuation_prompt_tokens(self, width=None):
67 return [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected