MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / _speaker_beep

Function _speaker_beep

extra/beep/beep.py:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 _speaker_beep()
30
31def _speaker_beep():
32 sys.stdout.write('\a') # doesn't work on modern Linux systems
33
34 try:
35 sys.stdout.flush()
36 except IOError:
37 pass
38
39# Reference: https://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00815.html
40def _cygwin_beep(filename):

Callers 1

beepFunction · 0.85

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…