[Python-ideas] Shorthand syntax for get/set/delattr (was Re: Dict-like object with property access)

Paul Moore p.f.moore at gmail.com
Sun Feb 5 17:02:54 CET 2012


On 5 February 2012 15:33, yoav glazner <yoavglazner at gmail.com> wrote:
>> Extending the proxy class to include setting, deleting, and various
>> corner cases, is left as an exercise for the reader :-)
>
>
>>>> proxy(a).keys()
> ?!?

One of the exercises :-)

Paul



More information about the Python-ideas mailing list