Mark Harrison wrote:
> Is there a way to automatically print all the instance
> data in a class?  

print self.__dict__

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to