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

Method wm_delete_window

Lib/tkinter/simpledialog.py:78–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 self.done(self.default)
77
78 def wm_delete_window(self):
79 if self.cancel is None:
80 self.root.bell()
81 else:
82 self.done(self.cancel)
83
84 def done(self, num):
85 self.num = num

Callers

nothing calls this directly

Calls 2

doneMethod · 0.95
bellMethod · 0.80

Tested by

no test coverage detected