属性访问协议:__getattribute__、__getattr__ 与 descriptors | Python
本章覆盖:__getattribute__;__getattr__;__setattr__;descriptor protocol:__get__ / __set__ / __delete__;函数、property 等与描述符机制的关系;ORM / 验证框架等依赖属性协议的工程背景。
本章知识点
- getattribute
- getattr
- setattr
- descriptor protocol:get / set / delete
- 函数、property 等与描述符机制的关系
- ORM / 验证框架等依赖属性协议的工程背景