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

Method _set_cursor_offset

bpython/repl.py:454–455  ·  view source on GitHub ↗
(self, val: int)

Source from the content-addressed store, hash-verified

452
453 @abc.abstractmethod
454 def _set_cursor_offset(self, val: int) -> None:
455 pass
456
457 @property
458 def cursor_offset(self) -> int:

Callers 1

cursor_offsetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected