-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Labels
Description
Lines 51 to 56 in 9ba2a46
.. c:function:: int PyCell_Set(PyObject *cell, PyObject *value) | |
Set the contents of the cell object *cell* to *value*. This releases the | |
reference to any current content of the cell. *value* may be ``NULL``. *cell* | |
must be non-``NULL``; if it is not a cell object, ``-1`` will be returned. On | |
success, ``0`` will be returned. |
We should add "returns -1
with an exception set".