python online help?
Michal Wallace (sabren)
sabren at manifestation.com
Fri Feb 18 16:44:10 EST 2000
More information about the Python-list mailing list
Fri Feb 18 16:44:10 EST 2000
- Previous message (by thread): python online help?
- Next message (by thread): python online help?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/ -------------------------------------------------------------------------
- Previous message (by thread): python online help?
- Next message (by thread): python online help?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list