摘要: 引子: 使用 对象.xxx=213 这种方法赋值的时候 会隐式的调用__setattr__方法 代码: # -*- coding: utf-8 -*- class foo(object): def __init__(self): self.storage={} def __setattr__(sel 阅读全文
posted @ 2021-02-07 23:45 Yuan_x 阅读(79) 评论(0) 推荐(0) 编辑