Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ _get_cursor_offset
Method
_get_cursor_offset
bpython/repl.py:450–451 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
448
449
@abc.abstractmethod
450
def
_get_cursor_offset(self) -> int:
451
pass
452
453
@abc.abstractmethod
454
def
_set_cursor_offset(self, val: int) -> None:
Callers
1
cursor_offset
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected