attribute decorators

gert gert.cuykens at gmail.com
Fri Jan 5 23:34:54 EST 2007


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