MCPcopy 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
92class Dialog(Toplevel):

Callers 3

__init__Method · 0.95
return_eventMethod · 0.95
wm_delete_windowMethod · 0.95

Calls 1

quitMethod · 0.45

Tested by

no test coverage detected