MCPcopy Index your code
hub / github.com/python/cpython / _disable_blinking

Method _disable_blinking

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

Source from the content-addressed store, hash-verified

307 self.__write("\x1b[?12h")
308
309 def _disable_blinking(self):
310 self.__write("\x1b[?12l")
311
312 def _enable_bracketed_paste(self) -> None:
313 self.__write("\x1b[?2004h")

Callers

nothing calls this directly

Calls 1

__writeMethod · 0.95

Tested by

no test coverage detected