web/hdabo/utils.py
changeset 0 896db0083b76
child 11 143ab88d17f8
equal deleted inserted replaced
-1:000000000000 0:896db0083b76
       
     1 
       
     2 ###
       
     3 # allow to declare a property as a decorator
       
     4 ###
       
     5 def Property(func):
       
     6     return property(**func())