MCPcopy Index your code
hub / github.com/RustPython/RustPython / beep

Method beep

Lib/_pyrepl/unix_console.py:504–509  ·  view source on GitHub ↗

Emit a beep sound.

(self)

Source from the content-addressed store, hash-verified

502 self.flushoutput()
503
504 def beep(self):
505 """
506 Emit a beep sound.
507 """
508 self.__maybe_write_code(self._bel)
509 self.flushoutput()
510
511 if FIONREAD:
512

Callers

nothing calls this directly

Calls 2

__maybe_write_codeMethod · 0.95
flushoutputMethod · 0.95

Tested by

no test coverage detected