From d79a04771be84e3987e28d2bc8ae86631f189f63 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Mon, 9 Feb 2004 10:44:00 +0000 Subject: Documentation for PyDescr_NewClassMethod was missing - here's at least the function prototype. --- Doc/api/concrete.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 72d93a3..1a25196 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 -- cgit v0.12