HomeSort by relevance Sort by last modified time
    Searched refs:gkd (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/idlelib/idle_test/
test_config_key.py 16 gkd = config_key.GetKeysDialog variable
22 class Validator(gkd):
114 cls.dialog = gkd(cls.root, 'Title', '<<Test>>', [], _utest=True)
164 class Basic(gkd):
209 @mock.patch.object(gkd, 'get_modifiers')
230 @mock.patch.object(gkd, 'get_modifiers')
251 cls.dialog = gkd(cls.root, 'Title', '<<Test>>', [], _utest=True)
test_configdialog.py 870 gkd = configdialog.GetKeysDialog = Func(return_self=True)
882 gkd.result = ''
889 gkd.result = '<Key-F11>'
905 gkd.result = '<Key-p>'
    [all...]

Completed in 1590 milliseconds