MCPcopy 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

refreshMethod · 0.95
__write_changed_lineMethod · 0.95

Calls 1

__writeMethod · 0.95

Tested by

no test coverage detected