
Oct. 25, 2003
12:31 a.m.
In article <bncf99$366$1@sea.gmane.org>, "Terry Reedy" <tjreedy@udel.edu> wrote:
A, B, and C *are* instance variables. Why do you think they aren't?
What? They are class attributes that live in the class dictionary, not the instance dictionary.
They are instance variables on the class object, which is an instance of type 'class'. -- David Eppstein http://www.ics.uci.edu/~eppstein/ Univ. of California, Irvine, School of Information & Computer Science