Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python-rwproperty
Read & write properties
0
no reviews
Install
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.