MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_endidx

Method get_endidx

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

Source from the content-addressed store, hash-verified

505 return self._get_idxs()[0]
506
507 def get_endidx(self) -> int:
508 return self._get_idxs()[1]
509
510 def insert_text(self, text: str) -> None:
511 self.get_reader().insert(text)

Callers 1

completeMethod · 0.80

Calls 1

_get_idxsMethod · 0.95

Tested by

no test coverage detected