diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-07-13 23:58:16 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-07-13 23:58:16 (GMT) |
commit | 8c46b30e0a9dc91b56cec1d1204069c47a64f217 (patch) | |
tree | fadb2109f39fea60f754e23bdcfa66c2a8896c9f /Doc/api/refcounts.dat | |
parent | 06051edc0d4987994ccd9d578210a1fe1fa1d13a (diff) | |
download | cpython-8c46b30e0a9dc91b56cec1d1204069c47a64f217.zip cpython-8c46b30e0a9dc91b56cec1d1204069c47a64f217.tar.gz cpython-8c46b30e0a9dc91b56cec1d1204069c47a64f217.tar.bz2 |
Document PyObject_AsFileDescriptor
Diffstat (limited to 'Doc/api/refcounts.dat')
-rw-r--r-- | Doc/api/refcounts.dat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index be46518..c31d3b3 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -539,6 +539,9 @@ PyNumber_Xor:PyObject*:o2:0: PyOS_GetLastModificationTime:long::: PyOS_GetLastModificationTime:char*:filename:: +PyObject_AsFileDescriptor:int::: +PyObject_AsFileDescriptor:PyObject*:o:0: + PyObject_CallFunction:PyObject*::+1: PyObject_CallFunction:PyObject*:callable_object:0: PyObject_CallFunction:char*:format:: |