How Do I get Know What Attributes/Functions In A Class?

Dan Eloff dan.eloff at gmail.com
Wed Feb 23 23:05:48 EST 2005


Use the dir() function

dir(myClass)

returns a list of strings

-Dan





More information about the Python-list mailing list