Searched refs:_PyObject_RealIsSubclass (Results 1 – 4 of 4) sorted by relevance
227 if (!_PyObject_RealIsSubclass((PyObject *)Py_TYPE(self), in methoddescr_call()323 if (!_PyObject_RealIsSubclass((PyObject *)Py_TYPE(self), in wrapperdescr_call()1102 assert(_PyObject_RealIsSubclass((PyObject *)Py_TYPE(self), in PyWrapper_New()
3078 _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls) function
629 switch (_PyObject_RealIsSubclass(inst, type)) { in type___subclasscheck__()
1383 PyAPI_FUNC(int) _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls);