Searched refs:target_slots (Results 1 – 1 of 1) sorted by relevance
760 def get_x_y_multiple_slots(self, target_slots): argument767 slot_exists = dict.fromkeys(target_slots, False)774 list_x = self._init_dict(target_slots, [])775 list_y = self._init_dict(target_slots, [])776 x = self._init_dict(target_slots, None)777 y = self._init_dict(target_slots, None)782 if slot not in target_slots:808 for s in target_slots:814 def get_points_multiple_slots(self, target_slots): argument816 list_x, list_y = self.get_x_y_multiple_slots(target_slots)[all …]