Home | History | Annotate | Download | only in afe

Lines Matching refs:static_label

328     for static_label in static_lists:
329 if static_label.get('name') in replaced_label_names:
330 return_lists.append(static_label)
664 static_label = models.StaticLabel.smart_get(label.name)
665 label_list.append(static_label)
2219 static_label = models.StaticLabel.smart_get(label.name)
2221 static_labels__in=[static_label]).update(shard=None)