Stuart wrote:
> I'm asking if there's some sort of commenting or input file or
> something to customize the output pydoc generates. Thanks.

AFAIK, there is no way to do this. However, you can edit the doc string 
for your function, which can include the argument list. I believe this 
is what most of Python's built-in functions do.

-Farshid
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to