[Tutor] displaying properties/methods

w chun wescpy at gmail.com
Sat Nov 19 01:27:42 CET 2005


> dir(sys)
> help(sys)


to further elaborate, dir() will tell you what it has, and help() will
dump pretty-printed doc strings for you.

good luck!
-- wesley
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Core Python Programming", Prentice Hall, (c)2006,2001
    http://corepython.com

wesley.j.chun :: wescpy-at-gmail.com
cyberweb.consulting : silicon valley, ca
http://cyberwebconsulting.com


More information about the Tutor mailing list