Code documentation tool similar to what Ruby (on Rails?) uses

Ksenia Marasanova ksenia.marasanova at gmail.com
Sun Jun 12 13:05:26 EDT 2005


12 Jun 2005 08:12:14 -0700, Michele Simionato <michele.simionato at gmail.com>:
> What about doing it yourself?
> 
> >>> import inspect, os
> >>> print "<pre>%s</pre>" % inspect.getsource(os.makedirs)

That's easy, thanks! I guess I'll submit a patch for Epydoc with the
functionality I've mentioned :)


-- 
Ksenia



More information about the Python-list mailing list