Home
last modified time | relevance | path

Searched refs:safe_Beep (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_winsound.py34 safe_Beep = sound_func(winsound.Beep) variable
47 safe_Beep(37, 75)
48 safe_Beep(32767, 75)
52 safe_Beep(i, 75)
55 safe_Beep(duration=75, frequency=2000)

Completed in 1 milliseconds