19-08-2009 o 02:10:58 Jan Kaliszewski <z...@chopin.edu.pl> wrote:

The only ways to reach Abc's attribute 'message' from that method are:
* 'Abc.message'
* 'self.__class__.message'
* 'self.message' (unless there is an instance attribute 'message' which
overrides the class attribute).

And of course getattr(Abc), getattr(self.__class__) etc. :-)

--
Jan Kaliszewski (zuo) <z...@chopin.edu.pl>
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to