MCPcopy Index your code
hub / github.com/RustPython/RustPython / _disable_blinking

Method _disable_blinking

Lib/_pyrepl/windows_console.py:291–292  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

289 self.__write("\x1b[?12h")
290
291 def _disable_blinking(self):
292 self.__write("\x1b[?12l")
293
294 def __write(self, text: str) -> None:
295 if "\x1a" in text:

Callers

nothing calls this directly

Calls 1

__writeMethod · 0.95

Tested by

no test coverage detected