I have a class using the property decorator for setter/getter of a variable.
class Application: @property def volume(self): return self._volu