Home
last modified time | relevance | path

Searched defs:configType (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/
Dconfig.py214 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/
Dtest_sidebar.py79 def mock_idleconf_GetFont(root, configType, section): argument
628 def mock_idleconf_GetFont(root, configType, section): argument
Dtest_codecontext.py96 def mock_idleconf_GetFont(root, configType, section): argument
Dtest_squeezer.py110 def set_idleconf_option_with_cleanup(self, configType, section, option, value): argument