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

Function _win_wav_play

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

Source from the content-addressed store, hash-verified

44 os.system("afplay '%s' 2>/dev/null" % BEEP_WAV_FILENAME)
45
46def _win_wav_play(filename):
47 import winsound
48
49 winsound.PlaySound(filename, winsound.SND_FILENAME)
50
51def _linux_wav_play(filename):
52 for _ in ("paplay", "aplay", "mpv", "mplayer", "play"):

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…