2.2 open

Remco Gerlich scarblac at pino.selwerd.nl
Mon Mar 25 02:23:47 EST 2002


Bengt Richter <bokr at oz.net> wrote in comp.lang.python:
> ... sort of interesting, FWIW. Has someone done a proper showinfo(x) utility to
> do this kind of thing for various objects? Hard to believe not.

Try e.g.

from pydoc import help
help(ValueError)

Or even do 'pydoc -p 5000' from a command line, and point your browser at
http://127.0.0.1:5000/

Pydoc is neat.

-- 
Remco Gerlich



More information about the Python-list mailing list