MCPcopy Index your code
hub / github.com/python/cpython / get_endidx

Method get_endidx

Lib/_pyrepl/readline.py:528–529  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

526 return self._get_idxs()[0]
527
528 def get_endidx(self) -> int:
529 return self._get_idxs()[1]
530
531 def insert_text(self, text: str) -> None:
532 self.get_reader().insert(text)

Callers 2

completeMethod · 0.80
completeMethod · 0.80

Calls 1

_get_idxsMethod · 0.95

Tested by

no test coverage detected