Searched refs:_PyObject_RealIsSubclass (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/python/cpython2/Objects/ |
D | descrobject.c | 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()
|
D | abstract.c | 3075 _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls) function
|
D | typeobject.c | 629 switch (_PyObject_RealIsSubclass(inst, type)) { in type___subclasscheck__()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | abstract.h | 203 PyAPI_FUNC(int) _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | abstract.h | 203 PyAPI_FUNC(int) _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | abstract.h | 203 PyAPI_FUNC(int) _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls);
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | abstract.h | 203 PyAPI_FUNC(int) _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | abstract.h | 203 PyAPI_FUNC(int) _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls);
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | abstract.h | 1383 PyAPI_FUNC(int) _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls);
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | descrobject.c | 557 if (!_PyObject_RealIsSubclass((PyObject *)Py_TYPE(self), in wrapperdescr_call() 1457 assert(_PyObject_RealIsSubclass((PyObject *)Py_TYPE(self), in PyWrapper_New()
|
D | abstract.c | 2784 _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls) in _PyObject_RealIsSubclass() function
|
D | exceptions.c | 3645 assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \ in _PyExc_InitState()
|
D | typeobject.c | 1006 return _PyObject_RealIsSubclass(subclass, (PyObject *)self); in type___subclasscheck___impl()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1168 …<elf-symbol name='_PyObject_RealIsSubclass' type='func-type' binding='global-binding' visibility='… 6340 …_PyObject_RealIsSubclass' mangled-name='_PyObject_RealIsSubclass' filepath='Objects/abstract.c' li…
|