Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ _set_current_line
Method
_set_current_line
bpython/test/test_repl.py:50–51 ·
view source on GitHub ↗
(self, val: str)
Source
from the content-addressed store, hash-verified
48
return
self._current_line
49
50
def
_set_current_line(self, val: str) -> None:
51
self._current_line = val
52
53
def
_get_cursor_offset(self) -> int:
54
return
self._cursor_offset
Callers
2
test_get_last_word
Method · 0.45
test_get_last_word_with_prev_line
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected