Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
continuation_prompt_tokens
Method · 0.95
rewrite_prompt_tokens
Method · 0.95
Calls
1
in_prompt_tokens
Method · 0.95
Tested by
no test coverage detected