Searched defs:configType (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | configHandler.py | 216 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
|
D | configDialog.py | 1152 def SetUserValue(self, configType, section, item, value): argument
|
/external/python/cpython3/Lib/idlelib/ |
D | config.py | 226 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/ |
D | test_squeezer.py | 121 def set_idleconf_option_with_cleanup(self, configType, section, option, value): argument
|