Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ wm_delete_window
Method
wm_delete_window
Lib/tkinter/simpledialog.py:81–85 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
self.done(self.default)
80
81
def
wm_delete_window(self):
82
if
self.cancel is None:
83
self.root.bell()
84
else
:
85
self.done(self.cancel)
86
87
def
done(self, num):
88
self.num = num
Callers
nothing calls this directly
Calls
2
done
Method · 0.95
bell
Method · 0.45
Tested by
no test coverage detected