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

Class Basic

Lib/idlelib/idle_test/test_config_key.py:161–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 "Test selecting key on Basic frames."
160
161 class Basic(config_key.GetKeysFrame):
162 def __init__(self, *args, **kwargs):
163 super().__init__(*args, **kwargs)
164 class list_keys_final:
165 get = Func()
166 select_clear = Func()
167 yview = Func()
168 self.list_keys_final = list_keys_final
169 def set_modifiers_for_platform(self):
170 self.modifiers = ['foo', 'bar', 'BAZ']
171 self.modifier_label = {'BAZ': 'ZZZ'}
172 showerror = Mbox_func()
173
174 @classmethod
175 def setUpClass(cls):

Callers

nothing calls this directly

Calls 1

Mbox_funcClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…