Home
last modified time | relevance | path

Searched defs:PyType_Check (Results 1 – 5 of 5) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobject.h777 static inline int PyType_Check(PyObject *op) { in PyType_Check() function
781 # define PyType_Check(op) PyType_Check(_PyObject_CAST(op)) macro
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobject.h777 static inline int PyType_Check(PyObject *op) { in PyType_Check() function
781 # define PyType_Check(op) PyType_Check(_PyObject_CAST(op)) macro
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobject.h777 static inline int PyType_Check(PyObject *op) { in PyType_Check() function
781 # define PyType_Check(op) PyType_Check(_PyObject_CAST(op)) macro
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/
Dobject.h777 static inline int PyType_Check(PyObject *op) { in PyType_Check() function
781 # define PyType_Check(op) PyType_Check(_PyObject_CAST(op)) macro
/prebuilts/build-tools/common/py3-headers/Include/
Dobject.h1246 static inline int PyType_Check(PyObject *op) { in PyType_Check() function
1250 # define PyType_Check(op) PyType_Check(_PyObject_CAST(op)) macro