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

Method __hide_cursor

Lib/_pyrepl/unix_console.py:763–766  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

761 self.event_queue.insert(Event("resize", None))
762
763 def __hide_cursor(self):
764 if self.cursor_visible:
765 self.__maybe_write_code(self._civis)
766 self.cursor_visible = 0
767
768 def __show_cursor(self):
769 if not self.cursor_visible:

Callers 3

refreshMethod · 0.95
set_cursor_visMethod · 0.95
__write_changed_lineMethod · 0.95

Calls 1

__maybe_write_codeMethod · 0.95

Tested by

no test coverage detected