The standard library

Brian Quinlan brian at sweetapp.com
Mon Jul 2 23:19:31 EDT 2001


> I don't know Py_ParseArgs or whatever its called... maybe C functions
> *can't* have keyword args.

You can parse keyword arguments in extension modules with
PyArg_ParseTupleAndKeywords. 






More information about the Python-list mailing list