Home
last modified time | relevance | path

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

/prebuilts/build-tools/common/py3-headers/Include/cpython/
Dcellobject.h24 static inline PyObject* PyCell_GET(PyObject *op) { in PyCell_GET() function
30 #define PyCell_GET(op) PyCell_GET(_PyObject_CAST(op)) macro
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dcellobject.h24 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref) macro
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/cpython/
Dcellobject.h24 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref) macro
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dcellobject.h24 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref) macro
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dcellobject.h24 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref) macro