Ian Kelly <ian.g.ke...@gmail.com> wrote:
> What about:
>
>     __init__ = lambda self: setattr(self, 'foo', 'bar')

That's an edge-case alright. Fortunately, I've decided to not skip
lambdas. That's too problematic, it's easier to parse them as a
special-case. Thanks for pointing this out.

Sincerely,
Iwo Herka
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to