MCPcopy Index your code
hub / github.com/RustPython/RustPython / _hide_cursor

Method _hide_cursor

Lib/_pyrepl/windows_console.py:282–283  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

280 raise WinError(GetLastError())
281
282 def _hide_cursor(self):
283 self.__write("\x1b[?25l")
284
285 def _show_cursor(self):
286 self.__write("\x1b[?25h")

Callers 3

refreshMethod · 0.95
__write_changed_lineMethod · 0.95
set_cursor_visMethod · 0.95

Calls 1

__writeMethod · 0.95

Tested by

no test coverage detected