On Nov 7, 4:47 pm, Laszlo Nagy <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Has anyone ever tried mucking with pydoc to the point where you can
> > get it to give you output from a string input? For example I'd like
> > to give it a whole module to generate documentation for but all w
[EMAIL PROTECTED] wrote:
> Has anyone ever tried mucking with pydoc to the point where you can
> get it to give you output from a string input? For example I'd like
> to give it a whole module to generate documentation for but all within
> a string:
>
> #little sample
>
> module_code='''
> """Modu
Has anyone ever tried mucking with pydoc to the point where you can
get it to give you output from a string input? For example I'd like
to give it a whole module to generate documentation for but all within
a string:
#little sample
module_code='''
"""Module docstring"""
def func1():
""" som