Python object attribute

https://www.cnblogs.com/vamei/archive/2012/12/11/2772448.html

对 attribute 

property     --------------->  @property     @***.setter

 

dynamic attributes -----------> __getattr__ method

 

attribute descriptors--------------->  __get__             __set__            __delete__

 

posted @ 2018-01-09 20:56  eeechoo  阅读(226)  评论(0编辑  收藏  举报