Lines Matching defs:local
85 # inherited value masks the local value. Users can list and update
86 # local values while they are masked using pkg(1), but as long as the
88 # Once an inherited facet that masks a local facet is removed, the
89 # local facet will be restored.
93 FACET_SRC_LOCAL = "local"
137 facet sources (local vs parent) and names, we're essentially
180 # computations. (Priority changes can occur when local or
188 # still possible that we're changing the set of local or
190 # computations. For example: we could be adding a local
193 # local without a priority or value change. Check if this is
237 order. Inherited facets always take priority over local
238 facets so make sure all inherited facets come before local
273 # save the facet in the local or inherited dictionary
282 # Inherited facets always take priority over local facets.
291 """__setitem__ only operates on local facets."""
329 # check for an attempt to delete an invalid local facet
338 # the inherited value was overriding a local value
349 # delete item from the local or inherited dictionary
365 """__delitem__ only operates on local facets."""
406 """pop() only operates on local facets."""
424 """popitem() only operates on local facets."""
513 # For convenience, provide callers with direct access to local and
516 def local(self):