Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f712e commit e9fba91Copy full SHA for e9fba91
1 file changed
Doc/ext/extending.tex
@@ -592,6 +592,8 @@ \section{Calling Python Functions from C
592
\section{Extracting Parameters in Extension Functions
593
\label{parseTuple}}
594
595
+\ttindex{PyArg_ParseTuple()}
596
+
597
The \cfunction{PyArg_ParseTuple()} function is declared as follows:
598
599
\begin{verbatim}
@@ -937,6 +939,8 @@ \section{Extracting Parameters in Extension Functions
937
939
\section{Keyword Parameters for Extension Functions
938
940
\label{parseTupleAndKeywords}}
941
942
+\ttindex{PyArg_ParseTupleAndKeywords()}
943
944
The \cfunction{PyArg_ParseTupleAndKeywords()} function is declared as
945
follows:
946
0 commit comments