G
gert
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'
for example
class C:
@staticattribute
data='hello'
or
class C:
@privateattribute
data='hello'