diff options
Diffstat (limited to 'Doc/api/api.tex')
-rw-r--r-- | Doc/api/api.tex | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex index a625d14..dfa64c5 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -1613,12 +1613,6 @@ failure, return \NULL{}. This is equivalent to the Python expression \samp{\var{o}.items()}. \end{cfuncdesc} -\begin{cfuncdesc}{int}{PyMapping_Clear}{PyObject *o} -Make object \var{o} empty. Returns \code{1} on success and \code{0} -on failure. This is equivalent to the Python statement -\samp{for key in \var{o}.keys(): del \var{o}[key]}. -\end{cfuncdesc} - \begin{cfuncdesc}{PyObject*}{PyMapping_GetItemString}{PyObject *o, char *key} Return element of \var{o} corresponding to the object \var{key} or |