diff options
author | Fred Drake <fdrake@acm.org> | 2002-03-28 22:36:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-03-28 22:36:56 (GMT) |
commit | e9fba9188ea1b9674a6a262774dc9abf1221d24e (patch) | |
tree | 087b98fc8c27be99ee9733b0b439d264701a5bad /Doc/ext | |
parent | 00f712ee249d1b1a59cc25ea493443424f9ad11a (diff) | |
download | cpython-e9fba9188ea1b9674a6a262774dc9abf1221d24e.zip cpython-e9fba9188ea1b9674a6a262774dc9abf1221d24e.tar.gz cpython-e9fba9188ea1b9674a6a262774dc9abf1221d24e.tar.bz2 |
Added index entries.
Diffstat (limited to 'Doc/ext')
-rw-r--r-- | Doc/ext/extending.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/ext/extending.tex b/Doc/ext/extending.tex index 2c0900e..783137a 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: |