Calling property setter within lambda

后端 未结 0 765
猫巷女王i
猫巷女王i 2020-12-13 00:24

I have a class using the property decorator for setter/getter of a variable.

class Application:

    @property
    def volume(self):
        return self._volu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题