[Python-Dev] RFC: readproperty

Oleg Broytmann phd at mail2.phd.pp.ru
Wed Sep 28 19:57:49 CEST 2005


On Wed, Sep 28, 2005 at 10:16:12AM -0400, Jim Fulton wrote:
>    class readproperty(object):
[skip]
> I do this often enough

   I use it since about 2000 often enough under the name CachedAttribute:

http://cvs.sourceforge.net/viewcvs.py/ppa/qps/qUtils.py

   (The current maintainer of the code is Denis Otkidach,
http://sourceforge.net/users/ods/ .)

   It seems many people reinvent this particular wheel. Which is
understandable.

   propertytools.py, anyone?

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.


More information about the Python-Dev mailing list