Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _hide_cursor
Method
_hide_cursor
Lib/_pyrepl/windows_console.py:300–301 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
298
raise
WinError(get_last_error())
299
300
def
_hide_cursor(self):
301
self.__write(
"\x1b[?25l"
)
302
303
def
_show_cursor(self):
304
self.__write(
"\x1b[?25h"
)
Callers
3
refresh
Method · 0.95
__write_changed_line
Method · 0.95
set_cursor_vis
Method · 0.95
Calls
1
__write
Method · 0.95
Tested by
no test coverage detected