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/
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to