[Python-Dev] RFC: readproperty
Oleg Broytmann
phd at mail2.phd.pp.ru
Wed Sep 28 19:57:49 CEST 2005
More information about the Python-Dev mailing list
Wed Sep 28 19:57:49 CEST 2005
- Previous message: [Python-Dev] RFC: readproperty
- Next message: [Python-Dev] RFC: readproperty
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] RFC: readproperty
- Next message: [Python-Dev] RFC: readproperty
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list