Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ insert_text
Method
insert_text
Lib/_pyrepl/readline.py:531–532 ·
view source on GitHub ↗
(self, text: str)
Source
from the content-addressed store, hash-verified
529
return
self._get_idxs()[1]
530
531
def
insert_text(self, text: str) -> None:
532
self.get_reader().insert(text)
533
534
535
_wrapper = _ReadlineWrapper()
Callers
2
complete
Method · 0.80
input_auto_indent
Method · 0.80
Calls
2
get_reader
Method · 0.95
insert
Method · 0.45
Tested by
no test coverage detected