diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-26 21:29:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-26 21:29:17 (GMT) |
commit | cd8474e6a2b0baa6651f7cdefcfc9710d02c53ea (patch) | |
tree | 4763a7e6db63a61a9edfad576b8f04d042ba0ccd /Doc/api/refcounts.dat | |
parent | ccf04658b0252e91ae31a4777aef69016dc2bbb5 (diff) | |
download | cpython-cd8474e6a2b0baa6651f7cdefcfc9710d02c53ea.zip cpython-cd8474e6a2b0baa6651f7cdefcfc9710d02c53ea.tar.gz cpython-cd8474e6a2b0baa6651f7cdefcfc9710d02c53ea.tar.bz2 |
Add documentation for the PyCell* APIs.
Diffstat (limited to 'Doc/api/refcounts.dat')
-rw-r--r-- | Doc/api/refcounts.dat | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 1dbbeeb..d10e909 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -67,6 +67,23 @@ PyCObject_FromVoidPtrAndDesc:void(*)(void*,void*):destr:: PyCObject_GetDesc:void*::: PyCObject_GetDesc:PyObject*:self:0: +PyCell_New:PyObject*::+1: +PyCell_New:PyObject*:ob:0: + +PyCell_GET:PyObject*::0: +PyCell_GET:PyObject*:ob:0: + +PyCell_Get:PyObject*::+1: +PyCell_Get:PyObject*:cell:0: + +PyCell_SET:void::: +PyCell_SET:PyObject*:cell:0: +PyCell_SET:PyObject*:value:0: + +PyCell_Set:int::: +PyCell_Set:PyObject*:cell:0: +PyCell_Set:PyObject*:value:0: + PyCallIter_New:PyObject*::+1: PyCallIter_New:PyObject*:callable:: PyCallIter_New:PyObject*:sentinel:: |