MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / _cygwin_beep

Function _cygwin_beep

extra/beep/beep.py:40–41  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

38
39# Reference: https://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00815.html
40def _cygwin_beep(filename):
41 os.system("play-sound-file '%s' 2>/dev/null" % filename)
42
43def _mac_wav_play(filename):
44 os.system("afplay '%s' 2>/dev/null" % BEEP_WAV_FILENAME)

Callers 1

beepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…