Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DconfigHandler.py216 def GetOption(self, configType, section, option, default=None, type=None, argument
262 def SetOption(self, configType, section, option, value): argument
266 def GetSectionList(self, configSet, configType): argument
700 def GetFont(self, root, configType, section): argument
DconfigDialog.py1152 def SetUserValue(self, configType, section, item, value): argument
/external/python/cpython3/Lib/idlelib/
Dconfig.py226 def GetOption(self, configType, section, option, default=None, type=None, argument
266 def SetOption(self, configType, section, option, value): argument
270 def GetSectionList(self, configSet, configType): argument
747 def GetFont(self, root, configType, section): argument
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_squeezer.py121 def set_idleconf_option_with_cleanup(self, configType, section, option, value): argument