Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c7569 supercheck(PyTypeObject *type, PyObject *obj) in supercheck() function
7642 PyTypeObject *obj_type = supercheck(su->type, obj); in super_descr_get()
7755 obj_type = supercheck(type, obj); in super_init()
/external/python/cpython2/Objects/
Dtypeobject.c6725 supercheck(PyTypeObject *type, PyObject *obj) function
6806 PyTypeObject *obj_type = supercheck(su->type, obj);
6837 obj_type = supercheck(type, obj);