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

Method __show_cursor

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

Source from the content-addressed store, hash-verified

785 self.cursor_visible = 0
786
787 def __show_cursor(self):
788 if not self.cursor_visible:
789 self.__maybe_write_code(self._cnorm)
790 self.cursor_visible = 1
791
792 def repaint(self):
793 if not self.__gone_tall:

Callers 2

refreshMethod · 0.95
set_cursor_visMethod · 0.95

Calls 1

__maybe_write_codeMethod · 0.95

Tested by

no test coverage detected