attribute decorators

Fredrik Lundh fredrik at pythonware.com
Fri Dec 22 18:27:05 EST 2006


Gert Cuykens 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'

and that would do what?

</F>




More information about the Python-list mailing list