Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ _set_cursor_offset
Method
_set_cursor_offset
bpython/test/test_repl.py:56–57 ·
view source on GitHub ↗
(self, val: int)
Source
from the content-addressed store, hash-verified
54
return
self._cursor_offset
55
56
def
_set_cursor_offset(self, val: int) -> None:
57
self._cursor_offset = val
58
59
def
getstdout(self) -> str:
60
raise
NotImplementedError
Callers
1
enter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected