Home
last modified time | relevance | path

Searched defs:configType (Results 1 – 2 of 2) 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