MCPcopy Index your code
hub / github.com/python/cpython / __hide_cursor

Method __hide_cursor

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

Source from the content-addressed store, hash-verified

780 self.event_queue.insert(Event("resize", None))
781
782 def __hide_cursor(self):
783 if self.cursor_visible:
784 self.__maybe_write_code(self._civis)
785 self.cursor_visible = 0
786
787 def __show_cursor(self):
788 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