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

Method _enable_blinking

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

Source from the content-addressed store, hash-verified

304 self.__write("\x1b[?25h")
305
306 def _enable_blinking(self):
307 self.__write("\x1b[?12h")
308
309 def _disable_blinking(self):
310 self.__write("\x1b[?12l")

Callers

nothing calls this directly

Calls 1

__writeMethod · 0.95

Tested by

no test coverage detected