[pypy-dev] question about read only attributes of my file object
Brian Dorsey
briandorsey at gmail.com
Sat Dec 4 18:49:41 MET 2004
On Sat, 04 Dec 2004 18:07:33 +0100, Laura Creighton <lac at strakt.com> wrote:
> So -- do you really want me to use the properties? I now think they are icky.
Laura,
I find the extra debris left exposed on an object after making a
property to be quite ugly... which is probably why I've started to
like this cookbook recipie which hides all the getters/setters:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/205183
Take care,
-Brian
More information about the pypy-dev
mailing list