Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ done
Method
done
Lib/tkinter/simpledialog.py:87–89 ·
view source on GitHub ↗
(self, num)
Source
from the content-addressed store, hash-verified
85
self.done(self.cancel)
86
87
def
done(self, num):
88
self.num = num
89
self.root.quit()
90
91
92
class
Dialog(Toplevel):
Callers
3
__init__
Method · 0.95
return_event
Method · 0.95
wm_delete_window
Method · 0.95
Calls
1
quit
Method · 0.45
Tested by
no test coverage detected