Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _erase_to_end
Method
_erase_to_end
Lib/_pyrepl/windows_console.py:335–336 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
333
return
info.dwCursorPosition.X, info.dwCursorPosition.Y
334
335
def
_erase_to_end(self) -> None:
336
self.__write(ERASE_IN_LINE)
337
338
def
prepare(self) -> None:
339
trace(
"prepare"
)
Callers
2
refresh
Method · 0.95
__write_changed_line
Method · 0.95
Calls
1
__write
Method · 0.95
Tested by
no test coverage detected