attribute decorators

Gert Cuykens gert.cuykens at gmail.com
Fri Jan 5 23:45:47 EST 2007


sorry for repost i just found out the news group comp.lang.python is
the same as python-list at python.org :)

On 5 Jan 2007 20:34:54 -0800, gert <gert.cuykens at gmail.com> wrote:
> Would it not be nice if you could assign decorators to attributes too ?
> for example
>
> class C:
>   @staticattribute
>   data='hello'
>
> or
>
> class C:
>   @privateattribute
>   data='hello'
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list