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

Method get_begidx

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

Source from the content-addressed store, hash-verified

502 return start, cursor
503
504 def get_begidx(self) -> int:
505 return self._get_idxs()[0]
506
507 def get_endidx(self) -> int:
508 return self._get_idxs()[1]

Callers 1

completeMethod · 0.80

Calls 1

_get_idxsMethod · 0.95

Tested by

no test coverage detected