MCPcopy 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
89class 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