Commit 300cc4b5 authored by Fred Drake's avatar Fred Drake

Added index entries.

parent e827b07b
...@@ -592,6 +592,8 @@ memory, and this should be checked. ...@@ -592,6 +592,8 @@ memory, and this should be checked.
\section{Extracting Parameters in Extension Functions \section{Extracting Parameters in Extension Functions
\label{parseTuple}} \label{parseTuple}}
\ttindex{PyArg_ParseTuple()}
The \cfunction{PyArg_ParseTuple()} function is declared as follows: The \cfunction{PyArg_ParseTuple()} function is declared as follows:
\begin{verbatim} \begin{verbatim}
...@@ -937,6 +939,8 @@ Some example calls: ...@@ -937,6 +939,8 @@ Some example calls:
\section{Keyword Parameters for Extension Functions \section{Keyword Parameters for Extension Functions
\label{parseTupleAndKeywords}} \label{parseTupleAndKeywords}}
\ttindex{PyArg_ParseTupleAndKeywords()}
The \cfunction{PyArg_ParseTupleAndKeywords()} function is declared as The \cfunction{PyArg_ParseTupleAndKeywords()} function is declared as
follows: follows:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment