Searched refs:inherited (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/
H A Dfacet.py66 # PARENT facets are facets which are inherited from a parent image.
68 # inherited facets are stored in Facets.__inherited. Facets which are
84 # inherited and set locally, both values are preserved, but the
85 # inherited value masks the local value. Users can list and update
88 # Once an inherited facet that masks a local facet is removed, the
181 # inherited facets are added or removed.)
189 # inherited facets in a way that doesn't affect solver
191 # facet with a value that is masked by an inherited facet, or
192 # having a facet transition from being inherited to being
238 facets so make sure all inherited facet
522 def inherited(self): member in class:Facets
[all...]
/pkg/src/modules/client/
H A Dimageconfig.py589 # save inherited facets
590 for f in self.facets.inherited:
592 quote(f, ""), self.facets.inherited[f])

Completed in 14 milliseconds