descriptor problems

2006-09-14 Thread Gary Stephenson
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

Re: descriptor problems

2006-09-14 Thread Gary Stephenson
"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