documentation for PyArg_ParseTupleAndKeywords

Steven Bethard steven.bethard at gmail.com
Mon Nov 29 18:56:29 EST 2004


I'm just starting to play around with the Python source.  (Specifically, 
I'm looking at adding a key argument to max/min like sorted has.)  Can 
anyone direct me to the documentation on how 
PyArg_ParseTupleAndKeywords, etc. work?  In particular, I can't figure 
out how the format arg to vgetargskeywords should be specified...

Thanks,

Steve



More information about the Python-list mailing list