PyDoc modifying the source.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paradox

    PyDoc modifying the source.

    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
  • Paradox

    #2
    Re: PyDoc modifying the source.

    JoeyTaj@netzero .com (Paradox) wrote in message news:<924a9f9c. 0312071552.6ae2 302d@posting.go ogle.com>...[color=blue]
    > 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[/color]

    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.

    Comment

    Working...