memory, and this should be checked.
-\section{Format Strings for \sectcode{PyArg_ParseTuple()}}
+\section{Format Strings for \cfunction{PyArg_ParseTuple()}}
\label{parseTuple}
The \cfunction{PyArg_ParseTuple()} function is declared as follows:
\end{verbatim}
-\section{Keyword Parsing with \sectcode{PyArg_ParseTupleAndKeywords()}}
+\section{Keyword Parsing with \cfunction{PyArg_ParseTupleAndKeywords()}}
\label{parseTupleAndKeywords}
The \cfunction{PyArg_ParseTupleAndKeywords()} function is declared as
\end{verbatim}
-\section{The \sectcode{Py_BuildValue()} Function}
+\section{The \cfunction{Py_BuildValue()} Function}
\label{buildValue}
This function is the counterpart to \cfunction{PyArg_ParseTuple()}. It is
memory, and this should be checked.
-\section{Format Strings for \sectcode{PyArg_ParseTuple()}}
+\section{Format Strings for \cfunction{PyArg_ParseTuple()}}
\label{parseTuple}
The \cfunction{PyArg_ParseTuple()} function is declared as follows:
\end{verbatim}
-\section{Keyword Parsing with \sectcode{PyArg_ParseTupleAndKeywords()}}
+\section{Keyword Parsing with \cfunction{PyArg_ParseTupleAndKeywords()}}
\label{parseTupleAndKeywords}
The \cfunction{PyArg_ParseTupleAndKeywords()} function is declared as
\end{verbatim}
-\section{The \sectcode{Py_BuildValue()} Function}
+\section{The \cfunction{Py_BuildValue()} Function}
\label{buildValue}
This function is the counterpart to \cfunction{PyArg_ParseTuple()}. It is
['defenestrate', 'cat', 'window', 'defenestrate']
\end{verbatim}
-\section{The \sectcode{range()} Function}
+\section{The \function{range()} Function}
\label{range}
If you do need to iterate over a sequence of numbers, the built-in
0
\end{verbatim}
-\section{The \sectcode{del} statement}
+\section{The \keyword{del} statement}
\label{del}
There is a way to remove an item from a list given its index instead
>>> sys.path.append('/ufs/guido/lib/python')
\end{verbatim}
-\section{The \sectcode{dir()} Function}
+\section{The \function{dir()} Function}
\label{dir}
The built-in function \function{dir()} is used to find out which names
['defenestrate', 'cat', 'window', 'defenestrate']
\end{verbatim}
-\section{The \sectcode{range()} Function}
+\section{The \function{range()} Function}
\label{range}
If you do need to iterate over a sequence of numbers, the built-in
0
\end{verbatim}
-\section{The \sectcode{del} statement}
+\section{The \keyword{del} statement}
\label{del}
There is a way to remove an item from a list given its index instead
>>> sys.path.append('/ufs/guido/lib/python')
\end{verbatim}
-\section{The \sectcode{dir()} Function}
+\section{The \function{dir()} Function}
\label{dir}
The built-in function \function{dir()} is used to find out which names