MCPcopy Index your code
hub / github.com/RustPython/RustPython / go

Method go

Lib/tkinter/simpledialog.py:65–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 _place_window(self.root, master)
64
65 def go(self):
66 self.root.wait_visibility()
67 self.root.grab_set()
68 self.root.mainloop()
69 self.root.destroy()
70 return self.num
71
72 def return_event(self, event):
73 if self.default is None:

Callers 1

doitFunction · 0.95

Calls 4

wait_visibilityMethod · 0.80
grab_setMethod · 0.80
mainloopMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected