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

Function _mac_wav_play

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

Source from the content-addressed store, hash-verified

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)
45
46def _win_wav_play(filename):
47 import winsound

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…