MCPcopy Create free account
hub / github.com/bpython/bpython / current_line

Method current_line

bpython/repl.py:441–443  ·  view source on GitHub ↗

The current line

(self)

Source from the content-addressed store, hash-verified

439
440 @property
441 def current_line(self) -> str:
442 """The current line"""
443 return self._get_current_line()
444
445 @current_line.setter
446 def current_line(self, value: str) -> None:

Callers

nothing calls this directly

Calls 2

_get_current_lineMethod · 0.95
_set_current_lineMethod · 0.95

Tested by

no test coverage detected