__setattr__/__getattr__

Oleg Orlov orlov at diasoft.ru
Thu Mar 23 08:24:14 EST 2000


I know ugly solution:
replace self.__values with self.__dict__['__values'].

But I think that Python must not translate '__values' into
'_AObject__values' inside objects method. Is it bug?

-----------
Oleg Orlov







More information about the Python-list mailing list