Using Help inside Python

namekuseijin namekuseijin.nospam at gmail.com
Mon May 4 02:26:18 EDT 2009


I'm from the time when I inspected python objects themselves, say:

print obj.__doc__
or
dir( obj )

to know the goodies...



More information about the Python-list mailing list