Hrvoje Niksic a écrit :
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
writes:
On 5 juin, 17:40, Gabriel Rossetti <[EMAIL PROTECTED]>
wrote:
Hello everyone,
I had read somewhere that it is preferred to use
self.__class__.attribute over ClassName.attribute to access class (aka
static) attributes.
It's even prefered to use self.attribute,
I was going to write exactly that, but it occurred to me that he might
want to be *assigning* to self.__class__.attribute (or
HisClass.attribute) from his methods, in which case self.attribute
would be quite different.
ACK.
--
http://mail.python.org/mailman/listinfo/python-list