Home
last modified time | relevance | path

Searched refs:GetKeySet (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_configdialog.py1086 eq(idleConf.GetKeySet('IDLE Classic Windows'),
1087 idleConf.GetKeySet(first_new))
1097 self.assertNotEqual(idleConf.GetKeySet(first_new),
1098 idleConf.GetKeySet(second_new))
1101 eq(idleConf.GetKeySet(first_new), idleConf.GetKeySet(second_new))
1106 gks = idleConf.GetKeySet = Func()
1144 del idleConf.GetKeySet
Dtest_config.py497 self.assertEqual(conf.GetCurrentKeySet(), conf.GetKeySet(conf.CurrentKeys()))
516 self.assertEqual(conf.GetKeySet('IDLE Modern Unix')['<<newfoo>>'], '')
/external/python/cpython2/Lib/idlelib/
DconfigHandler.py537 result = self.GetKeySet(self.CurrentKeys())
553 def GetKeySet(self, keySetName): member in IdleConf
DconfigDialog.py747 keySet = idleConf.GetKeySet(keySetName)
/external/python/cpython3/Lib/idlelib/
Dconfig.py540 result = self.GetKeySet(self.CurrentKeys())
555 def GetKeySet(self, keySetName): member in IdleConf
Dconfigdialog.py1707 keyset = idleConf.GetKeySet(keyset_name)