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