Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c8771 supercheck(PyTypeObject *type, PyObject *obj) in supercheck() function
8842 PyTypeObject *obj_type = supercheck(su->type, obj); in super_descr_get()
8972 obj_type = supercheck(type, obj); in super_init()