Searched defs:configType (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | config.py | 214 def GetOption(self, configType, section, option, default=None, type=None, argument 254 def SetOption(self, configType, section, option, value): argument 258 def GetSectionList(self, configSet, configType): argument 728 def GetFont(self, root, configType, section): argument
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_sidebar.py | 79 def mock_idleconf_GetFont(root, configType, section): argument 628 def mock_idleconf_GetFont(root, configType, section): argument
|
D | test_codecontext.py | 96 def mock_idleconf_GetFont(root, configType, section): argument
|
D | test_squeezer.py | 110 def set_idleconf_option_with_cleanup(self, configType, section, option, value): argument
|