MCPcopy Index your code
hub / github.com/python/cpython / bell

Method bell

Lib/tkinter/__init__.py:934–936  ·  view source on GitHub ↗

Ring a display's bell.

(self, displayof=0)

Source from the content-addressed store, hash-verified

932 return self.tk.splitlist(self.tk.call('after', 'info', id))
933
934 def bell(self, displayof=0):
935 """Ring a display's bell."""
936 self.tk.call(('bell',) + self._displayof(displayof))
937
938 def tk_busy_cget(self, option):
939 """Return the value of busy configuration option.

Callers 5

filter_commandMethod · 0.45
ok_commandMethod · 0.45
ok_commandMethod · 0.45
return_eventMethod · 0.45
wm_delete_windowMethod · 0.45

Calls 2

_displayofMethod · 0.95
callMethod · 0.45

Tested by

no test coverage detected