MCPcopy Index your code
hub / github.com/python/cpython / go

Method go

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

Source from the content-addressed store, hash-verified

66 _place_window(self.root, master)
67
68 def go(self):
69 self.root.wait_visibility()
70 self.root.grab_set()
71 self.root.mainloop()
72 self.root.destroy()
73 return self.num
74
75 def return_event(self, event):
76 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