Differences between revisions 1 and 2
Revision 1 as of 2006-02-10 20:16:15
Size: 347
Editor: host254
Comment:
Revision 2 as of 2008-11-15 14:00:54
Size: 347
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

pydoc is a command similar to Perl's perldoc. You run it on the command line, passing it the name of a module it's able to find, and it shows you something similar to a manpage, created from the docstrings in said module.

Within the python interpreter, when you type "help(something)", that interactive manpage-like help is supplied by pydoc.

PyDoc (last edited 2015-01-03 08:21:55 by techtonik)

Unable to edit the page? See the FrontPage for instructions.