attribute decorators

Gert Cuykens gert.cuykens at gmail.com
Fri Dec 22 17:56:27 EST 2006


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'



More information about the Python-list mailing list