Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c7497 PyTypeObject *starttype; in super_getattro() local
7501 starttype = su->obj_type; in super_getattro()
7502 if (starttype == NULL) in super_getattro()
7512 mro = starttype->tp_mro; in super_getattro()
7550 (su->obj == (PyObject *)starttype) ? NULL : su->obj, in super_getattro()
7551 (PyObject *)starttype); in super_getattro()
/external/python/cpython2/Objects/
Dtypeobject.c6672 PyTypeObject *starttype; local
6676 starttype = su->obj_type;
6677 mro = starttype->tp_mro;
6713 (PyObject *)starttype);