diff options
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/refcounts.dat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index f6b00cf..a8f3817 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -751,6 +751,11 @@ PyOS_GetLastModificationTime:char*:filename:: PyObject_AsFileDescriptor:int::: PyObject_AsFileDescriptor:PyObject*:o:0: +PyObject_Call:PyObject*::+1: +PyObject_Call:PyObject*:callable_object:0: +PyObject_Call:PyObject*:args:0: +PyObject_Call:PyObject*:kw:0: + PyObject_CallFunction:PyObject*::+1: PyObject_CallFunction:PyObject*:callable_object:0: PyObject_CallFunction:char*:format:: |