Searched refs:DictionarySetattro (Results 1 – 2 of 2) sorted by relevance
940 static int DictionarySetattro(PyObject *, PyObject *, PyObject *);1706 DictionarySetattro(PyObject *self, PyObject *nameobj, PyObject *val) in DictionarySetattro() function
6617 DictionaryType.tp_setattro = (setattrofunc)DictionarySetattro; in init_structs()