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

Method destroy

Lib/tkinter/simpledialog.py:147–151  ·  view source on GitHub ↗

Destroy the window

(self)

Source from the content-addressed store, hash-verified

145 self.wait_window(self)
146
147 def destroy(self):
148 '''Destroy the window'''
149 self.initial_focus = None
150 Toplevel.destroy(self)
151 _destroy_temp_root(self.master)
152
153 #
154 # construction hooks

Callers 3

cancelMethod · 0.95
goMethod · 0.45
destroyMethod · 0.45

Calls 1

_destroy_temp_rootFunction · 0.90

Tested by

no test coverage detected