装饰器扩展类功能
摘要:
对类中属性访问,并修改他的行为 可以直接使用类装饰器 """ 类装饰器扩展 类功能 """ def log_getattribute(cls): old_getattribute = cls.__getattribute__ def new_getattribute(self, name): pri 阅读全文
posted @ 2023-05-15 17:06 默玖 阅读(31) 评论(0) 推荐(0) 编辑
posted @ 2023-05-15 17:06 默玖 阅读(31) 评论(0) 推荐(0) 编辑
posted @ 2023-05-15 15:29 默玖 阅读(14) 评论(0) 推荐(0) 编辑