Searched refs:DictionaryGetattro (Results 1 – 2 of 2) sorted by relevance
939 static PyObject *DictionaryGetattro(PyObject *, PyObject *);1691 DictionaryGetattro(PyObject *self, PyObject *nameobj) in DictionaryGetattro() function
6616 DictionaryType.tp_getattro = (getattrofunc)DictionaryGetattro; in init_structs()