Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ _set_current_line
Method
_set_current_line
bpython/repl.py:437–438 ·
view source on GitHub ↗
(self, val: str)
Source
from the content-addressed store, hash-verified
435
436
@abc.abstractmethod
437
def
_set_current_line(self, val: str) -> None:
438
pass
439
440
@property
441
def
current_line(self) -> str:
Callers
1
current_line
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected