[Python-ideas] @setattr(obj, [name])

Lie Ryan lie.1296 at gmail.com
Mon Jun 7 00:21:09 CEST 2010


On 06/06/10 22:30, George Sakkis wrote:
> Thoughts ?

Reminds me of C++:

class Foo {
    void bar(int baz);
}

void Foo::bar(int baz) {
    ...
}

that's not to say that the decorator isn't useful though. So +0.1.




More information about the Python-ideas mailing list