Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobject.c1689 merge_class_dict(PyObject* dict, PyObject* aclass) in merge_class_dict() function
1726 status = merge_class_dict(dict, base); in merge_class_dict()
1822 if (dict != NULL && merge_class_dict(dict, obj) == 0) in _specialized_dir_type()
1896 if (merge_class_dict(dict, itsclass) != 0) in _generic_dir()
/external/python/cpython3/Objects/
Dtypeobject.c3167 merge_class_dict(PyObject *dict, PyObject *aclass) in merge_class_dict() function
3205 status = merge_class_dict(dict, base); in merge_class_dict()
3228 if (dict != NULL && merge_class_dict(dict, self) == 0) in type_dir()
4478 else if (merge_class_dict(dict, itsclass) != 0) in object_dir()