Message172359
>> What about "pydoc help"?
$ ./python -m pydoc help
Help on built-in function help:
help(...)
Invoke the built-in help system.
help()
The interactive help system starts on the interpreter
console.
help(string)
The string is looked up as the name of a module, function, class, method,
keyword, or documentation topic, and a help page is printed on the
console.
help(object)
Generates a help page on the given object.
Or did you mean inside the interpreter? |
|
Date |
User |
Action |
Args |
2012-10-08 03:29:47 | mikehoy | set | recipients:
+ mikehoy, terry.reedy, Devin Jeanpierre, ezio.melotti, eric.araujo, r.david.murray, jbitcm-, Cubky |
2012-10-08 03:29:47 | mikehoy | set | messageid: <1349666987.86.0.495357061921.issue13691@psf.upfronthosting.co.za> |
2012-10-08 03:29:47 | mikehoy | link | issue13691 messages |
2012-10-08 03:29:47 | mikehoy | create | |
|