MCPcopy 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

completeMethod · 0.80

Calls 2

get_readerMethod · 0.95
insertMethod · 0.45

Tested by

no test coverage detected