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

Method continuation_prompt_tokens

IPython/terminal/prompts.py:66–69  ·  view source on GitHub ↗
(self, width=None)

Source from the content-addressed store, hash-verified

64 ]
65
66 def continuation_prompt_tokens(self, width=None):
67 return [
68 (Token.Prompt, '... ')
69 ]
70
71 def rewrite_prompt_tokens(self):
72 return []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected