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

Method beep

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

Source from the content-addressed store, hash-verified

492 raise NotImplementedError("push_char not supported on Windows")
493
494 def beep(self) -> None:
495 self.__write("\x07")
496
497 def clear(self) -> None:
498 """Wipe the screen"""

Callers

nothing calls this directly

Calls 1

__writeMethod · 0.95

Tested by

no test coverage detected