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_ParseTupl eAndKeywords, etc. work? In particular, I can't figure
out how the format arg to vgetargskeyword s should be specified...
Thanks,
Steve
I'm looking at adding a key argument to max/min like sorted has.) Can
anyone direct me to the documentation on how
PyArg_ParseTupl eAndKeywords, etc. work? In particular, I can't figure
out how the format arg to vgetargskeyword s should be specified...
Thanks,
Steve
Comment