Home
last modified time | relevance | path

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

/prebuilts/build-tools/common/py3-headers/Include/cpython/
Dcellobject.h32 static inline void PyCell_SET(PyObject *op, PyObject *value) { in PyCell_SET() function
38 #define PyCell_SET(op, value) PyCell_SET(_PyObject_CAST(op), (value)) macro
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dcellobject.h25 #define PyCell_SET(op, v) _Py_RVALUE(((PyCellObject *)(op))->ob_ref = (v)) macro
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/cpython/
Dcellobject.h25 #define PyCell_SET(op, v) _Py_RVALUE(((PyCellObject *)(op))->ob_ref = (v)) macro
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dcellobject.h25 #define PyCell_SET(op, v) _Py_RVALUE(((PyCellObject *)(op))->ob_ref = (v)) macro
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dcellobject.h25 #define PyCell_SET(op, v) _Py_RVALUE(((PyCellObject *)(op))->ob_ref = (v)) macro