Searched refs:PyCell_SET (Results 1 – 6 of 6) sorted by relevance
32 static inline void PyCell_SET(PyObject *op, PyObject *value) { in PyCell_SET() function38 #define PyCell_SET(op, value) PyCell_SET(_PyObject_CAST(op), (value)) macro
62 .. c:function:: void PyCell_SET(PyObject *cell, PyObject *value)
213 PyCell_SET:void:::214 PyCell_SET:PyObject*:cell:0:215 PyCell_SET:PyObject*:value:0:
190 PyCell_SET(cell, Py_XNewRef(value)); in framelocalsproxy_setitem()
1500 :c:func:`PyCell_SET` macros can no longer be used as l-value or r-value. For
2187 :c:func:`PyCell_SET` macros can no longer be used as l-value or r-value.