Lines Matching refs:facets
1024 def create(self, pubs, facets=EmptyDict, is_zone=False, progtrack=None,
1046 'facets' is an optional dictionary of facet names and values.
1071 # additional variants or facets specified.
1073 self.cfg.facets.update(facets)
1891 self.cfg.facets = new_facets
2002 set to False, then the variants and facets currently set in the
2006 # Normally elide other arch variants, facets
2012 self.cfg.facets.allow_action]
2170 # system. Some packages may have only had facets or
2425 defined variants & facets for the image, or an updated set if
2437 fac_call = self.cfg.facets.allow_action
2446 """ Return a copy of the current image facets"""
2447 return self.cfg.facets.copy()
3944 noexecute, facets=None, reject_list=misc.EmptyI,
3946 """Take a list of variants and/or facets and attempt to
3956 elif facets:
3958 for f in facets:
3959 if facets[f] is None:
3962 new_facets[f] = facets[f]
3963 facets = new_facets
3966 noexecute, new_variants=variants, new_facets=facets,