Lines Matching refs:ent
758 for ent in self.entry_points:759 if ent not in entry_point_list:760 if ent in self.static_entry_points:761 self.static_entry_points.remove(ent)762 self.entry_point_parameters.pop(ent)764 entry_points.append(ent)882 entry_points = [ent for ent in func.entry_points if ent in entry_point_list]