Searched refs:supercheck (Results 1 – 2 of 2) sorted by relevance
7569 supercheck(PyTypeObject *type, PyObject *obj) in supercheck() function7642 PyTypeObject *obj_type = supercheck(su->type, obj); in super_descr_get()7755 obj_type = supercheck(type, obj); in super_init()
6725 supercheck(PyTypeObject *type, PyObject *obj) function6806 PyTypeObject *obj_type = supercheck(su->type, obj);6837 obj_type = supercheck(type, obj);