pydoc with METH_VARGS

Stuart stuart.tett at gmail.com
Sat Jun 23 16:13:44 EDT 2007


With my Python extension module all the function definitions are with
METH_VARGS. The result being that pydoc, just puts "(...)" for the
argument list. Can I hand edit this to put the specific variable names
I want? With optional arguments in brackets or something?

Thanks.




More information about the Python-list mailing list