Added reference count information for Py_FindMethod().

This commit is contained in:
Fred Drake 2000-04-10 19:38:24 +00:00
parent a901f8fd4d
commit 8520cc2328
1 changed files with 5 additions and 0 deletions

View File

@ -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*:::