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