Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ beep
Method
beep
Lib/_pyrepl/windows_console.py:442–443 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
440
raise
NotImplementedError(
"push_char not supported on Windows"
)
441
442
def
beep(self) -> None:
443
self.__write(
"\x07"
)
444
445
def
clear(self) -> None:
446
""
"Wipe the screen"
""
Callers
nothing calls this directly
Calls
1
__write
Method · 0.95
Tested by
no test coverage detected