Searched refs:_PyObject_RealIsSubclass (Results 1 – 5 of 5) sorted by relevance
357 PyAPI_FUNC(int) _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls);
536 if (!_PyObject_RealIsSubclass((PyObject *)Py_TYPE(self), in wrapperdescr_call()1443 assert(_PyObject_RealIsSubclass((PyObject *)Py_TYPE(self), in PyWrapper_New()
2794 _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls) in _PyObject_RealIsSubclass() function
2679 assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \ in _PyExc_Init()
1033 return _PyObject_RealIsSubclass(subclass, (PyObject *)self); in type___subclasscheck___impl()