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

Method cancel

Lib/idlelib/configdialog.py:186–193  ·  view source on GitHub ↗

Dismiss config dialog. Methods: destroy: inherited

(self)

Source from the content-addressed store, hash-verified

184 self.activate_config_changes()
185
186 def cancel(self):
187 """Dismiss config dialog.
188
189 Methods:
190 destroy: inherited
191 """
192 changes.clear()
193 self.destroy()
194
195 def destroy(self):
196 global font_sample_text

Callers

nothing calls this directly

Calls 2

destroyMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected