DEBSOURCES
Skip Quicknav
sources / python-pyface / 6.1.2-2 / pyface / ui / wx / beep.py
12345678910
# Copyright 2012 Philip Chimento """Sound the system bell, Wx implementation.""" import wx def beep(): """Sound the system bell.""" wx.Bell()