python-guide icon indicating copy to clipboard operation
python-guide copied to clipboard

c07/c07_07

Open utterances-bot opened this issue 2 years ago • 2 comments

7.7 【基础】类的 property 属性 — Python中文指南 1.0 documentation

https://python.iswbm.com/c07/c07_07.html

utterances-bot avatar Oct 06 '23 06:10 utterances-bot

实现属性的合法性校验,Python 引入的 property 属性 java转运维的第n天

coldBoy001 avatar Oct 06 '23 06:10 coldBoy001

property ,其实是 Python 中一个内置的装饰器,它可以在新式类中把一个函数 改造 成属性

coldBoy001 avatar Oct 06 '23 06:10 coldBoy001