Popular recipes tagged "dosctring"http://code.activestate.com/recipes/tags/dosctring/2010-04-13T14:06:06-07:00ActiveState Code RecipesCGI doc string reader (Python)
2010-04-13T14:06:06-07:00Timothy Makobuhttp://code.activestate.com/recipes/users/4165901/http://code.activestate.com/recipes/576850-cgi-doc-string-reader/
<p style="color: grey">
Python
recipe 576850
by <a href="/recipes/users/4165901/">Timothy Makobu</a>
(<a href="/recipes/tags/dosctring/">dosctring</a>, <a href="/recipes/tags/python_developer_tools/">python_developer_tools</a>).
Revision 10.
</p>
<p>Displays docstrings of attributes of the given Python module on a web browser.
Drop it into the cgi-bin of your web-server, and access it like this,
for example:</p>
<p><a href="http://localhost/cgi-bin/cgidir.py?m=socket" rel="nofollow">http://localhost/cgi-bin/cgidir.py?m=socket</a></p>