On Feb 26, 9:56 am, Christian Heimes wrote:
> Dan Barbus schrieb:
>
> > Hi,
>
> > I have a problem with setting a property to a class instance, in
> > python 2.5.1. The property is defined through get and set methods, but
> > when I set it, the setter doesn't get called. Instead, I believe the
> >
Dan Barbus schrieb:
> Hi,
>
> I have a problem with setting a property to a class instance, in
> python 2.5.1. The property is defined through get and set methods, but
> when I set it, the setter doesn't get called. Instead, I believe the
> property in the instance gets replaced with a new object