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

Method var_changed_keyset_source

Lib/idlelib/configdialog.py:1338–1345  ·  view source on GitHub ↗

Process toggle between builtin key set and custom key set.

(self, *params)

Source from the content-addressed store, hash-verified

1336 self.load_keys_list(value)
1337
1338 def var_changed_keyset_source(self, *params):
1339 "Process toggle between builtin key set and custom key set."
1340 value = self.keyset_source.get()
1341 changes.add_option('main', 'Keys', 'default', value)
1342 if value:
1343 self.var_changed_builtin_name()
1344 else:
1345 self.var_changed_custom_name()
1346
1347 def var_changed_keybinding(self, *params):
1348 "Store change to a keybinding."

Callers

nothing calls this directly

Calls 4

getMethod · 0.45
add_optionMethod · 0.45

Tested by

no test coverage detected