Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _erase_to_end
Method
_erase_to_end
Lib/_pyrepl/windows_console.py:311–312 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
309
return
info.dwCursorPosition.X, info.dwCursorPosition.Y
310
311
def
_erase_to_end(self) -> None:
312
self.__write(ERASE_IN_LINE)
313
314
def
prepare(self) -> None:
315
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