C API with *args and **kw

Miki miki.tebeka at gmail.com
Tue Oct 14 17:04:05 EDT 2008


> > I'm try to write the C equivalent of:
>
> Use PyArg_ParseTupleAndKeywords() to parse the args and kwargs objects.
Couldn't figure out how to get *args with ParseTupleAndKeywords.

Thanks,
Miki



More information about the Python-list mailing list