Searched refs:dicts (Results 1 – 6 of 6) sorted by relevance
61 for dicts in self._all_dicts:62 self.PrintTableHelper(dicts)64 def PrintTableHelper(self, dicts): argument67 for d in dicts:75 for i in range(len(dicts)):84 for d in dicts:222 dicts = []240 dicts.append(d)242 all_dicts.append(dicts)
2095 dicts = {'locked': True, 'lock_time': datetime.datetime.now()}2096 models.Host.objects.filter(hostname__in=hostnames_to_lock).update(**dicts)2115 dicts = {'locked': False, 'lock_time': None}2116 models.Host.objects.filter(hostname__in=hostnames_to_lock).update(**dicts)
671 dicts = query.values('test_idx')672 return [item['test_idx'] for item in dicts]
204 The `masters` key contains a nested series of dicts containing mappings
1036 # settings in target dicts. SYMROOT is a special case, because many other
670 // When one of our autocreated dicts adds elements, make it visible.