Home | History | Annotate | Download | only in afe

Lines Matching refs:dependency_labels

1030     dependency_labels: many-to-many relationship with labels corresponding to
1057 dependency_labels = (
1371 dependency_labels: many-to-many relationship with labels corresponding to
1389 SERIALIZATION_LINKS_TO_FOLLOW = set(['dependency_labels',
1515 dependency_labels = (
1565 # We need to convert dependency_labels to a list, because all() gives us
1568 return list(self.dependency_labels.all())
1626 job.dependency_labels = options['dependencies']