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

Method final_key_selected

Lib/idlelib/config_key.py:199–201  ·  view source on GitHub ↗

Handler for clicking on key in basic settings list.

(self, event=None)

Source from the content-addressed store, hash-verified

197 self.advanced = False
198
199 def final_key_selected(self, event=None):
200 "Handler for clicking on key in basic settings list."
201 self.build_key_string()
202
203 def build_key_string(self):
204 "Create formatted string of modifiers plus the key."

Callers 1

Calls 1

build_key_stringMethod · 0.95

Tested by 1