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

Method _get_cursor_offset

bpython/test/test_repl.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 self._current_line = val
52
53 def _get_cursor_offset(self) -> int:
54 return self._cursor_offset
55
56 def _set_cursor_offset(self, val: int) -> None:
57 self._cursor_offset = val

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected