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. >>> print list.__doc__ list() -> new list list(sequence) -> new list initialized from sequence's items >>> import os.path >>> print os.path.__doc__ Common operations on Posix pathnames. -- - Rikard. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor