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.py977 eq(idleConf.GetKeySet('IDLE Classic Windows'),
978 idleConf.GetKeySet(first_new))
988 self.assertNotEqual(idleConf.GetKeySet(first_new),
989 idleConf.GetKeySet(second_new))
992 eq(idleConf.GetKeySet(first_new), idleConf.GetKeySet(second_new))
997 gks = idleConf.GetKeySet = Func()
1035 del idleConf.GetKeySet
Dtest_config.py514 self.assertEqual(conf.GetCurrentKeySet(), conf.GetKeySet(conf.CurrentKeys()))
533 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.py562 result = self.GetKeySet(self.CurrentKeys())
577 def GetKeySet(self, keySetName): member in IdleConf
Dconfigdialog.py1690 keyset = idleConf.GetKeySet(keyset_name)