Searched refs:GetItems (Results 1 – 3 of 3) sorted by relevance
290 def GetItems(config, section): function328 for name, value in GetItems(config, 'alias'):332 for name, value in GetItems(config, 'bounces'):
135 for name, value in bsettings.GetItems('toolchain-wrapper'):188 self._make_flags = dict(bsettings.GetItems('make-flags'))200 toolchains = bsettings.GetItems('toolchain')222 self.prefixes = bsettings.GetItems('toolchain-prefix')337 for tag, value in bsettings.GetItems('toolchain-alias'):
35 def GetItems(section): function