Home
last modified time | relevance | path

Searched refs:GetThemeDict (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_config.py381 conf.GetThemeDict('default', 'IDLE Classic'),
382 conf.GetThemeDict('user', 'IDLE Classic'))
385 conf.GetThemeDict('bad', 'IDLE Classic')
Dtest_configdialog.py622 eq(idleConf.GetThemeDict('default', 'IDLE Classic'),
623 idleConf.GetThemeDict('user', first_new))
633 self.assertNotEqual(idleConf.GetThemeDict('user', first_new),
634 idleConf.GetThemeDict('user', second_new))
637 eq(idleConf.GetThemeDict('user', first_new),
638 idleConf.GetThemeDict('user', second_new))
/third_party/python/Lib/idlelib/
Dconfig.py282 theme_dict = self.GetThemeDict(cfg, theme)
289 def GetThemeDict(self, type, themeName): member in IdleConf
Dconfigdialog.py946 new_theme = idleConf.GetThemeDict(theme_type, theme_name)