MCPcopy Index your code
hub / github.com/ipython/ipython / _width

Method _width

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

Source from the content-addressed store, hash-verified

49 ]
50
51 def _width(self):
52 return fragment_list_width(self.in_prompt_tokens())
53
54 def continuation_prompt_tokens(
55 self,

Callers 2

rewrite_prompt_tokensMethod · 0.95

Calls 1

in_prompt_tokensMethod · 0.95

Tested by

no test coverage detected