On Wed, Jan 16, 2013 at 3:56 PM, rh <richard_hubb...@lavabit.com> wrote: > While I'm at it what magic could I use to print "the-class-I-am-in good" > instead of hard-coding "Abc good"? I tried __class_ and self.__class__
Almost there! Try self.__class__.__name__ to get the name as a string. ChrisA -- http://mail.python.org/mailman/listinfo/python-list