Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ rewrite_prompt_tokens
Method
rewrite_prompt_tokens
IPython/terminal/prompts.py:71–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
]
70
71
def
rewrite_prompt_tokens(self):
72
return
[]
73
74
def
out_prompt_tokens(self):
75
return
[]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected