[Python-Dev] Re: closure semantics
David Eppstein
eppstein at ics.uci.edu
Fri Oct 24 20:31:12 EDT 2003
More information about the Python-Dev mailing list
Fri Oct 24 20:31:12 EDT 2003
- Previous message: [Python-Dev] Re: Re: closure semantics
- Next message: [Python-Dev] Re: closure semantics
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <bncf99$366$1 at sea.gmane.org>, "Terry Reedy" <tjreedy at 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
- Previous message: [Python-Dev] Re: Re: closure semantics
- Next message: [Python-Dev] Re: closure semantics
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list