python-rwproperty

Read & write properties
 
  0
  no reviews



Read & write properties work like regular properties. you simply define a method and then apply a decorator, except that you now don't use ``@property`` but ``@getproperty`` to mark the getter and ``@setproperty`` to mark the setter.