From: Thomas Heller Date: Mon, 9 Feb 2004 10:44:00 +0000 (+0000) Subject: Documentation for PyDescr_NewClassMethod was missing - here's at least X-Git-Tag: v2.3.4c1~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d79a04771be84e3987e28d2bc8ae86631f189f63;p=thirdparty%2FPython%2Fcpython.git Documentation for PyDescr_NewClassMethod was missing - here's at least the function prototype. --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 72d93a3b556a..1a2519615387 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -2324,6 +2324,11 @@ They are found in the dictionary of type objects. \versionadded{2.2} \end{cfuncdesc} +\begin{cfuncdesc}{PyObject*}{PyDescr_NewClassMethod}{PyTypeObject *type, + PyMethodDef *method} + \versionadded{2.3} +\end{cfuncdesc} + \begin{cfuncdesc}{int}{PyDescr_IsData}{PyObject *descr} Returns true if the descriptor objects \var{descr} describes a data attribute, or false if it describes a method. \var{descr} must be a