\strong{Note:} Nested tuples cannot be parsed when using keyword
arguments! Keyword parameters passed in which are not present in the
-\var{kwlist} will cause a \exception{TypeError} to be raised.
+\var{kwlist} will cause \exception{TypeError} to be raised.
Here is an example module which uses keywords, based on an example by
Geoff Philbrick (\email{philbrick@hks.com}):
initkeywdarg()
{
/* Create the module and add the functions */
- Py_InitModule("keywdarg", keywdarg_methods);
-
+ Py_InitModule("keywdarg", keywdarg_methods);
}
\end{verbatim}
\strong{Note:} Nested tuples cannot be parsed when using keyword
arguments! Keyword parameters passed in which are not present in the
-\var{kwlist} will cause a \exception{TypeError} to be raised.
+\var{kwlist} will cause \exception{TypeError} to be raised.
Here is an example module which uses keywords, based on an example by
Geoff Philbrick (\email{philbrick@hks.com}):
initkeywdarg()
{
/* Create the module and add the functions */
- Py_InitModule("keywdarg", keywdarg_methods);
-
+ Py_InitModule("keywdarg", keywdarg_methods);
}
\end{verbatim}