Searched refs:GetDictItems (Results 1 – 2 of 2) sorted by relevance
101 key: val for key, val in utils.GetDictItems(self.build_info) if val}105 for key, val in utils.GetDictItems(self.kernel_build_info) if val}109 for key, val in utils.GetDictItems(self.system_build_info) if val}
1251 def GetDictItems(namedtuple_object): function