MCPcopy Index your code
hub / github.com/RustPython/RustPython / bell

Method bell

Lib/tkinter/__init__.py:916–918  ·  view source on GitHub ↗

Ring a display's bell.

(self, displayof=0)

Source from the content-addressed store, hash-verified

914 return self.tk.splitlist(self.tk.call('after', 'info', id))
915
916 def bell(self, displayof=0):
917 """Ring a display's bell."""
918 self.tk.call(('bell',) + self._displayof(displayof))
919
920 def tk_busy_cget(self, option):
921 """Return the value of busy configuration option.

Callers 5

filter_commandMethod · 0.80
ok_commandMethod · 0.80
ok_commandMethod · 0.80
return_eventMethod · 0.80
wm_delete_windowMethod · 0.80

Calls 2

_displayofMethod · 0.95
callMethod · 0.45

Tested by

no test coverage detected