projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00f712e
)
Added index entries.
author
Fred Drake
<fdrake@acm.org>
Thu, 28 Mar 2002 22:36:56 +0000
(22:36 +0000)
committer
Fred Drake
<fdrake@acm.org>
Thu, 28 Mar 2002 22:36:56 +0000
(22:36 +0000)
Doc/ext/extending.tex
patch
|
blob
|
history
diff --git
a/Doc/ext/extending.tex
b/Doc/ext/extending.tex
index 2c0900ee7ccdff19c7284fe7e15697a800e9934d..783137a61b150be1c25fcaf8fd52c018b4e1cbbd 100644
(file)
--- 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: