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

Method deactivate_current_config

Lib/idlelib/configdialog.py:213–216  ·  view source on GitHub ↗

Remove current key bindings in current windows.

(self)

Source from the content-addressed store, hash-verified

211 contents=help_common+help_pages.get(page, ''))
212
213 def deactivate_current_config(self):
214 """Remove current key bindings in current windows."""
215 for instance in self.parent.instance_dict:
216 instance.RemoveKeybindings()
217
218 def activate_config_changes(self):
219 """Apply configuration changes to current windows.

Callers 3

applyMethod · 0.95
delete_customMethod · 0.80
delete_custom_keysMethod · 0.80

Calls 1

RemoveKeybindingsMethod · 0.80

Tested by

no test coverage detected