Python decorator @property

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python decorator @property相关的知识,希望对你有一定的参考价值。

@property广泛应用在类的定义中,可以让调用者写出简短的代码,同时保证对参数进行必要的检查,这样,程序运行时就减少了出错的可能性

 

下面的链接很好的阐述了@property的概念和应用

http://www.jb51.net/article/65052.htm

http://python.jobbole.com/81967/

以上是关于Python decorator @property的主要内容,如果未能解决你的问题,请参考以下文章

Python Decorator

Python Decorator分析

Python中的@property和decorator

python中完善decorator

python中的decorator模块

python decorator