Home
last modified time | relevance | path

Searched refs:_set_cursor_offset (Results 1 – 4 of 4) sorted by relevance

/dports/devel/bpython/bpython-0.22.1/bpython/curtsiesfrontend/
H A Drepl.py815 self._set_cursor_offset(
844 self._set_cursor_offset(
874 self._set_cursor_offset(-1, update_completion=False)
960 self._set_cursor_offset(len(self.current_line), reset_rl_history=False)
973 self._set_cursor_offset(len(self.current_line), reset_rl_history=False)
1796 self._set_cursor_offset(value)
1798 def _set_cursor_offset( member in BaseRepl
/dports/devel/bpython/bpython-0.22.1/bpython/
H A Durwid.py743 def _set_cursor_offset(self, offset): member in URWIDRepl
748 _set_cursor_offset,
H A Dcli.py355 def _set_cursor_offset(self, offset): member in CLIRepl
360 _set_cursor_offset,
/dports/devel/bpython/bpython-0.22.1/bpython/test/
H A Dtest_curtsies_painting.py268 self.repl._set_cursor_offset(len(line), update_completion=False)