Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ done
Method
done
Lib/tkinter/simpledialog.py:84–86 ·
view source on GitHub ↗
(self, num)
Source
from the content-addressed store, hash-verified
82
self.done(self.cancel)
83
84
def
done(self, num):
85
self.num = num
86
self.root.quit()
87
88
89
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