PyDoc modifying the source.

Paradox JoeyTaj at netzero.com
Sun Dec 7 23:13:36 EST 2003


JoeyTaj at netzero.com (Paradox) wrote in message news:<924a9f9c.0312071552.6ae2302d at posting.google.com>...
> I would really like to document our private (ie underscored) methods
> with PyDoc but it does not seem to support this. I would appreciate it
> if anyone knew a good way to modify it to accomplish this.
> 
> 
>                    Thanks Joey

NM, I found the answer. There is a function called visiblename in
PyDoc.py. You can make this function return 1 for any object that you
want documented.




More information about the Python-list mailing list