Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
complete
Method · 0.80
Calls
1
_get_idxs
Method · 0.95
Tested by
no test coverage detected