MCPcopy 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

completeMethod · 0.80
input_auto_indentMethod · 0.80

Calls 2

get_readerMethod · 0.95
insertMethod · 0.45

Tested by

no test coverage detected