Searched refs:getattribute_str (Results 1 – 1 of 1) sorted by relevance
5629 static PyObject *getattribute_str = NULL; local5630 return call_method(self, "__getattribute__", &getattribute_str,5657 static PyObject *getattribute_str = NULL; local5665 if (getattribute_str == NULL) {5666 getattribute_str =5668 if (getattribute_str == NULL)5688 getattribute = _PyType_Lookup(tp, getattribute_str);