Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ destroy
Method
destroy
Lib/tkinter/simpledialog.py:288–290 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
286
Dialog.__init__(self, parent, title)
287
288
def
destroy(self):
289
self.entry = None
290
Dialog.destroy(self)
291
292
def
body(self, master):
293
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected