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

Method beep

Lib/_pyrepl/unix_console.py:524–529  ·  view source on GitHub ↗

Emit a beep sound.

(self)

Source from the content-addressed store, hash-verified

522 self.flushoutput()
523
524 def beep(self):
525 """
526 Emit a beep sound.
527 """
528 self.__maybe_write_code(self._bel)
529 self.flushoutput()
530
531 if FIONREAD:
532

Callers

nothing calls this directly

Calls 2

__maybe_write_codeMethod · 0.95
flushoutputMethod · 0.95

Tested by

no test coverage detected