python online help?

Michal Wallace (sabren) sabren at manifestation.com
Fri Feb 18 16:44:10 EST 2000


On Fri, 18 Feb 2000, Benyang Tang wrote:

> Is there a online help in python? Say something like
> help print
> would give document of the print command.

not for print, but for just about anything else:

>>> import sys
>>> print sys.__doc__

Maybe there ought to be a "help" function built into the
listener though for all the reserved words and whatnot..
Also to do paging for you...

Cheers,

- Michal
-------------------------------------------------------------------------
http://www.manifestation.com/         http://www.linkwatcher.com/metalog/
-------------------------------------------------------------------------





More information about the Python-list mailing list