Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _width
Method
_width
IPython/terminal/prompts.py:37–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
]
36
37
def
_width(self):
38
return
fragment_list_width(self.in_prompt_tokens())
39
40
def
continuation_prompt_tokens(self, width=None):
41
if
width is None:
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