Well, it should be: > ################################################## > # Add this to see what I mean > > try : > print "%s 'self'=%s" % ( > key, > slot.values()[0].__dict__ > ) > except : > print "Nothing to print" > # > ###################################################