Searched defs:_allow_facet (Results 1 - 2 of 2) sorted by relevance
/pkg/src/modules/ |
H A D | _varcet.c | 35 _allow_facet(PyObject *self, PyObject *args, PyObject *kwargs) function 56 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "OO|O:_allow_facet", 239 { "_allow_facet", (PyCFunction)_allow_facet,
|
H A D | facet.py | 36 from pkg._varcet import _allow_facet namespace 297 Note that _allow_facet bypasses __getitem__ for performance 298 reasons; if __getitem__ changes, _allow_facet in _varcet.c 530 return _allow_facet(self, action, publisher=publisher) 533 Facets.allow_action = types.MethodType(_allow_facet, None, Facets)
|
Completed in 10 milliseconds