Lines Matching refs:configSet
258 def GetSectionList(self, configSet, configType):
259 """Return sections for configSet configType configuration.
261 configSet must be either 'user' or 'default'
266 if configSet == 'user':
268 elif configSet == 'default':
271 raise InvalidConfigSet('Invalid configSet specified')
687 def GetExtraHelpSourceList(self, configSet):
688 """Return list of extra help sources from a given configSet.
698 if configSet == 'user':
700 elif configSet == 'default':
703 raise InvalidConfigSet('Invalid configSet specified')