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

Method var_changed_custom_name

Lib/idlelib/configdialog.py:1331–1336  ·  view source on GitHub ↗

Process selection of custom key set.

(self, *params)

Source from the content-addressed store, hash-verified

1329 self.load_keys_list(value)
1330
1331 def var_changed_custom_name(self, *params):
1332 "Process selection of custom key set."
1333 value = self.custom_name.get()
1334 if value != '- no custom keys -':
1335 changes.add_option('main', 'Keys', 'name', value)
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."

Callers 1

Calls 3

load_keys_listMethod · 0.95
getMethod · 0.45
add_optionMethod · 0.45

Tested by

no test coverage detected