And now for something completely boneheaded...

Alexander Williams thantos at brimstone.mecha
Wed Sep 8 05:16:21 EDT 1999


On Wed, 08 Sep 1999 03:51:46 -0500, Warren 'The Howdy Man' Ockrassa
<warren at nightwares.com> wrote:

>What is the obvious which I am missing?

Extending your example of sys, try:

    dir(sys)

Also try:

    print sys.__doc__

Most of the functions in the sys module (and in well-documented
modules of all stripes) have __doc__ strings.

-- 
Alexander Williams (thantos at gw.total-web.net)
"In the end ... Oblivion Always Wins."




More information about the Python-list mailing list