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

Method _show_cursor

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

Source from the content-addressed store, hash-verified

301 self.__write("\x1b[?25l")
302
303 def _show_cursor(self):
304 self.__write("\x1b[?25h")
305
306 def _enable_blinking(self):
307 self.__write("\x1b[?12h")

Callers 2

refreshMethod · 0.95
set_cursor_visMethod · 0.95

Calls 1

__writeMethod · 0.95

Tested by

no test coverage detected