Searched refs:itsclass (Results 1 – 1 of 1) sorted by relevance
5454 PyObject *itsclass = NULL; in object___dir___impl() local5478 if (_PyObject_LookupAttrId(self, &PyId___class__, &itsclass) < 0) { in object___dir___impl()5483 if (itsclass != NULL && merge_class_dict(dict, itsclass) < 0) in object___dir___impl()5489 Py_XDECREF(itsclass); in object___dir___impl()