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

Method apply

Lib/idlelib/configdialog.py:179–184  ·  view source on GitHub ↗

Apply config changes and leave dialog open.

(self)

Source from the content-addressed store, hash-verified

177 self.destroy()
178
179 def apply(self):
180 """Apply config changes and leave dialog open."""
181 self.deactivate_current_config()
182 changes.save_all()
183 self.extpage.save_all_changed_extensions()
184 self.activate_config_changes()
185
186 def cancel(self):
187 """Dismiss config dialog.

Callers 1

okMethod · 0.95

Calls 4

save_allMethod · 0.80

Tested by

no test coverage detected