Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobject.c1694 merge_class_dict(PyObject* dict, PyObject* aclass) in merge_class_dict() function
1731 status = merge_class_dict(dict, base); in merge_class_dict()
1827 if (dict != NULL && merge_class_dict(dict, obj) == 0) in _specialized_dir_type()
1901 if (merge_class_dict(dict, itsclass) != 0) in _generic_dir()
/external/python/cpython3/Objects/
Dtypeobject.c3539 merge_class_dict(PyObject *dict, PyObject *aclass) in merge_class_dict() function
3579 status = merge_class_dict(dict, base); in merge_class_dict()
3609 if (dict != NULL && merge_class_dict(dict, (PyObject *)self) == 0) in type___dir___impl()
4898 if (itsclass != NULL && merge_class_dict(dict, itsclass) < 0) in object___dir___impl()
/external/python/cpython3/Tools/c-analyzer/
DTODO444 Objects/typeobject.c:merge_class_dict():PyId___bases__ _Py_IDENTIFIER(__bases__)
Dknown.tsv1031 Objects/typeobject.c merge_class_dict PyId___bases__ variable _Py_IDENTIFIER(__bases__)