mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Added index entries.
This commit is contained in:
parent
00f712ee24
commit
e9fba9188e
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||||
\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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue