From: Fred Drake Date: Thu, 28 Mar 2002 22:36:56 +0000 (+0000) Subject: Added index entries. X-Git-Tag: v2.3c1~6280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9fba9188ea1b9674a6a262774dc9abf1221d24e;p=python Added index entries. --- diff --git a/Doc/ext/extending.tex b/Doc/ext/extending.tex index 2c0900ee7c..783137a61b 100644 --- a/Doc/ext/extending.tex +++ b/Doc/ext/extending.tex @@ -592,6 +592,8 @@ memory, and this should be checked. \section{Extracting Parameters in Extension Functions \label{parseTuple}} +\ttindex{PyArg_ParseTuple()} + The \cfunction{PyArg_ParseTuple()} function is declared as follows: \begin{verbatim} @@ -937,6 +939,8 @@ Some example calls: \section{Keyword Parameters for Extension Functions \label{parseTupleAndKeywords}} +\ttindex{PyArg_ParseTupleAndKeywords()} + The \cfunction{PyArg_ParseTupleAndKeywords()} function is declared as follows: