Searched refs:GetItems (Results 1 – 3 of 3) sorted by relevance
302 def GetItems(config, section): function340 for name, value in GetItems(config, 'alias'):344 for name, value in GetItems(config, 'bounces'):
139 for name, value in bsettings.GetItems('toolchain-wrapper'):216 self._make_flags = dict(bsettings.GetItems('make-flags'))228 toolchains = bsettings.GetItems('toolchain')250 self.prefixes = bsettings.GetItems('toolchain-prefix')366 for tag, value in bsettings.GetItems('toolchain-alias'):
33 def GetItems(section): function