Home
last modified time | relevance | path

Searched refs:itsclass (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dtypeobject.c5454 PyObject *itsclass = NULL; in object___dir___impl() local
5478 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()