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

Method destroy

Lib/idlelib/configdialog.py:195–199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

193 self.destroy()
194
195 def destroy(self):
196 global font_sample_text
197 font_sample_text = self.fontpage.font_sample.get('1.0', 'end')
198 self.grab_release()
199 super().destroy()
200
201 def help(self):
202 """Create textview for config dialog help.

Callers 2

okMethod · 0.95
cancelMethod · 0.95

Calls 3

superClass · 0.85
grab_releaseMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected