Re: properties with subscripted variables

2008-08-26 Thread Bruno Desthuilliers
Fabrizio Pollastri a écrit : Hi, I work on the python module AVC (http://avc.inrim.it) useful for the development of applications with GUIs. AVC is based on the property mechanism: any a variable controlled by AVC is set as a property, so when it is assigned by the application program, the __set_

properties with subscripted variables

2008-08-26 Thread Fabrizio Pollastri
Hi, I work on the python module AVC (http://avc.inrim.it) useful for the development of applications with GUIs. AVC is based on the property mechanism: any a variable controlled by AVC is set as a property, so when it is assigned by the application program, the __set__ function is called and AVC do