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

/external/python/cpython2/Objects/
H A Dtypeobject.c1211 - _PyObject_LookupSpecial() exported for the benefit of other places.
1245 _PyObject_LookupSpecial(PyObject *self, char *attrstr, PyObject **attrobj) function
/external/python/cpython3/Objects/
H A Dtypeobject.c1389 - _PyObject_LookupSpecial() exported for the benefit of other places.
1418 _PyObject_LookupSpecial(PyObject *self, _Py_Identifier *attrid) function
4058 getnewargs_ex = _PyObject_LookupSpecial(obj, &PyId___getnewargs_ex__);
4111 getnewargs = _PyObject_LookupSpecial(obj, &PyId___getnewargs__);

Completed in 738 milliseconds