Would it not be nice if you could assign decorators to attributes too ?
for example
class C:
@staticattribut e
data='hello'
or
class C:
@privateattribu te
data='hello'
for example
class C:
@staticattribut e
data='hello'
or
class C:
@privateattribu te
data='hello'
Comment