Searched defs:facets (Results 1 - 2 of 2) sorted by relevance
/pkg/src/modules/ |
H A D | _varcet.c | 38 PyObject *facets = NULL; local 54 static char *kwlist[] = {"facets", "action", "publisher", NULL}; 57 kwlist, &facets, &action, &publisher)) 63 if ((keylist = PyObject_GetAttrString(facets, 70 if ((res = PyObject_GetAttrString(facets, "_Facets__res")) == NULL) { 86 PyObject *facet = PyDict_GetItem(facets, attr); 103 facets, key); 142 * facets need to be checked; this action is not 158 * facets are yet True, tentatively reject this 166 * All facets mus [all...] |
/pkg/src/modules/client/ |
H A D | imageconfig.py | 288 self.facets = facet.Facets() 427 # Variants and facets are encoded so they can contain 434 self.facets[str(unquote(k))] = v 437 self.facets._set_inherited(str(unquote(k)), v) 580 # save local facets 581 for f in self.facets.local: 583 quote(f, ""), self.facets.local[f]) 589 # save inherited facets 590 for f in self.facets.inherited: 592 quote(f, ""), self.facets 1508 facets = property(__get_facets, __set_facets) variable in class:BlendedConfig [all...] |
Completed in 19 milliseconds