diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-10 19:38:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-10 19:38:24 (GMT) |
commit | 8520cc2328afc23e050f19078e6b90490e59872f (patch) | |
tree | 5198cb3e89b09f150a10dcc69e8993f745d7236e /Doc/api | |
parent | a901f8fd4d14d9e85b772d2466589f36585e9070 (diff) | |
download | cpython-8520cc2328afc23e050f19078e6b90490e59872f.zip cpython-8520cc2328afc23e050f19078e6b90490e59872f.tar.gz cpython-8520cc2328afc23e050f19078e6b90490e59872f.tar.bz2 |
Added reference count information for Py_FindMethod().
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 6c2c99d..b3006fc 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -845,6 +845,11 @@ Py_FdIsInteractive:char*:filename:: Py_Finalize:void::: +Py_FindMethod:PyObject*::+1: +Py_FindMethod:PyMethodDef[]:methods:: +Py_FindMethod:PyObject*:self:+1: +Py_FindMethod:char*:name:: + Py_GetBuildInfoconst:char*::: Py_GetCompilerconst:char*::: |