I want to define a class-level attribute that will be shared by all
subclasses. That is, I want this class, every subclass of this class, every
instance of this class and every instance of every subclass to be able to
read and write to the _same_ slot/variable. But I can't figure out how to
d
"Peter Otten" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Gary Stephenson wrote:
>
>> I want to define a class-level attribute that will be shared by all
>> subclasses. That is, I want this class, every subclass of this class,
>> every i