Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _enable_blinking
Method
_enable_blinking
Lib/_pyrepl/windows_console.py:288–289 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
286
self.__write(
"\x1b[?25h"
)
287
288
def
_enable_blinking(self):
289
self.__write(
"\x1b[?12h"
)
290
291
def
_disable_blinking(self):
292
self.__write(
"\x1b[?12l"
)
Callers
nothing calls this directly
Calls
1
__write
Method · 0.95
Tested by
no test coverage detected