Is PyArg_ParseTuple necessary to parse arguments?

dieter dieter at handshake.de
Wed Jan 23 02:00:23 EST 2013


rahulgarg44 at gmail.com writes:

> Or can I just loop through the argument tuple manually by using something like PyTuple_GET_ITEM(args,i), then putting manual code to convert the objects to appropriate C type?

If you like you can do the "parsing" yourself.




More information about the Python-list mailing list