summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-04-10 19:38:24 (GMT)
committerFred Drake <fdrake@acm.org>2000-04-10 19:38:24 (GMT)
commit8520cc2328afc23e050f19078e6b90490e59872f (patch)
tree5198cb3e89b09f150a10dcc69e8993f745d7236e /Doc/api
parenta901f8fd4d14d9e85b772d2466589f36585e9070 (diff)
downloadcpython-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.dat5
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*:::