Peng Yu <[EMAIL PROTECTED]> writes:

> Perl has a command line help perldoc. I'm wondering if python has a
> similar help command.

The interactive interpreter has a "help" command, and a corresponding
"help" function which can be passed an object to display its
docstrings recursively and nicely-formatted.

The same facility is available with the external 'pydoc' command.

-- 
 \        “The right to search for truth implies also a duty; one must |
  `\      not conceal any part of what one has recognized to be true.” |
_o__)                                                 —Albert Einstein |
Ben Finney
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to