Searched refs:slot_dict (Results 1 – 3 of 3) sorted by relevance
1293 slot_dict = {}1299 slot_dict[key] = slot_record.value1304 arg_list.append(slot_dict[db.Key(current_arg['slot_key'])])1313 kwarg_dict[key] = slot_dict[db.Key(current_arg['slot_key'])]2880 slot_dict=None, argument2929 if slot_dict is None:2930 slot_dict = {}2954 default_slot = slot_dict.get(default_slot_key)3048 slot_dict=None): argument3069 if slot_dict is None:[all …]
581 slot_dict = OrderedDict()587 slot_dict[slot_id] = slot588 return slot_dict591 slot_dict = self.get_slots()592 for slot_id, slot in slot_dict.items():
1333 self.slot_dict = self.device_info.get_slots()1336 for slot_id, slot in self.slot_dict.items():