C API with *args and **kw

Christian Heimes lists at cheimes.de
Tue Oct 14 15:50:22 EDT 2008


Miki wrote:
> Hello All,
> 
> I'm try to write the C equivalent of:

Use PyArg_ParseTupleAndKeywords() to parse the args and kwargs objects.

Christian




More information about the Python-list mailing list