Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ move_cursor
Method
move_cursor
Lib/_pyrepl/console.py:84–84 ·
view source on GitHub ↗
(self, x: int, y: int)
Source
from the content-addressed store, hash-verified
82
83
@abstractmethod
84
def
move_cursor(self, x: int, y: int) -> None: ...
85
86
@abstractmethod
87
def
set_cursor_vis(self, visible: bool) -> None: ...
Callers
1
update_cursor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected