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

Method __show_cursor

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

Source from the content-addressed store, hash-verified

766 self.cursor_visible = 0
767
768 def __show_cursor(self):
769 if not self.cursor_visible:
770 self.__maybe_write_code(self._cnorm)
771 self.cursor_visible = 1
772
773 def repaint(self):
774 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