Home
last modified time | relevance | path

Searched refs:merge_class_dict (Results 1 – 2 of 2) 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.c3357 merge_class_dict(PyObject *dict, PyObject *aclass) in merge_class_dict() function
3395 status = merge_class_dict(dict, base); in merge_class_dict()
3425 if (dict != NULL && merge_class_dict(dict, (PyObject *)self) == 0) in type___dir___impl()
4702 else if (merge_class_dict(dict, itsclass) != 0) in object___dir___impl()