Searched refs:merge_class_dict (Results 1 – 3 of 3) sorted by relevance
4117 merge_class_dict(PyObject *dict, PyObject *aclass) in merge_class_dict() function4157 status = merge_class_dict(dict, base); in merge_class_dict()4187 if (dict != NULL && merge_class_dict(dict, (PyObject *)self) == 0) in type___dir___impl()5483 if (itsclass != NULL && merge_class_dict(dict, itsclass) < 0) in object___dir___impl()
439 Objects/typeobject.c:merge_class_dict():PyId___bases__ _Py_IDENTIFIER(__bases__)
1933 Objects/typeobject.c merge_class_dict PyId___bases__ -