MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / bell

Method bell

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:900–902  ·  view source on GitHub ↗

Ring a display's bell.

(self, displayof=0)

Source from the content-addressed store, hash-verified

898 self.tk.call('after', 'cancel', id)
899
900 def bell(self, displayof=0):
901 """Ring a display's bell."""
902 self.tk.call(('bell',) + self._displayof(displayof))
903
904 # Clipboard handling:
905 def clipboard_get(self, **kw):

Callers 9

filter_commandMethod · 0.45
ok_commandMethod · 0.45
ok_commandMethod · 0.45
return_eventMethod · 0.45
wm_delete_windowMethod · 0.45
resizeMethod · 0.45
runMethod · 0.45
c_cancelMethod · 0.45
c_stepMethod · 0.45

Calls 2

_displayofMethod · 0.95
callMethod · 0.80

Tested by

no test coverage detected