On Friday 09 February 2007 10:56, Christopher Arndt wrote: > Rikard Bosnjakovic schrieb: > > On 2/9/07, johnf <[EMAIL PROTECTED]> wrote: > >> Is there a Python tool/document that is similar? Just a simple way to > >> help understand. > > > > Yes, use the __doc__ property. > > Which is made a lot easier by using the 'help' function in the interactive > > interpreter: > >>> import os.path > >>> help(os.path) > > ---> os.path module description is shown > > Chris > > P.S. I also use the Python docs sidebar a lot: > > http://projects.edgewall.com/python-sidebar/
that sidebar link is cool. It is more of what I'm looking for. -- John Fabiani _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor