Re: different instances with different data descriptors with the same name

2008-02-18 Thread Gabriel Genellina
En Mon, 18 Feb 2008 08:21:11 -0200, Fabrizio Pollastri <[EMAIL PROTECTED]> escribi�: > Data descriptors are set as attributes of object types. So if one has > many > instances of the same class and wants each instance to have a different > property > (data descriptor) that can be accessed wi

Re: different instances with different data descriptors with the same name

2008-02-18 Thread grflanagan
On Feb 18, 11:21 am, Fabrizio Pollastri <[EMAIL PROTECTED]> wrote: > Data descriptors are set as attributes of object types. So if one has many > instances of the same class and wants each instance to have a different > property > (data descriptor) that can be accessed with a unique attribute name

Re: different instances with different data descriptors with the same name

2008-02-18 Thread Peter Otten
Fabrizio Pollastri wrote: > Data descriptors are set as attributes of object types. So if one has many > instances of the same class and wants each instance to have a different > property (data descriptor) that can be accessed with a unique attribute > name, it seems to me that there is no solutio

different instances with different data descriptors with the same name

2008-02-18 Thread Fabrizio Pollastri
Data descriptors are set as attributes of object types. So if one has many instances of the same class and wants each instance to have a different property (data descriptor) that can be accessed with a unique attribute name, it seems to me that there is no solution with data descriptors. There