Searched defs:merge_list_attr (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dobject.c1747 merge_list_attr(PyObject* dict, PyObject* obj, const char *attrname) function
1884 if (merge_list_attr(dict, obj, "__members__") < 0)
1886 if (merge_list_attr(dict, obj, "__methods__") < 0)

Completed in 98 milliseconds