会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
jessonsh
博客园
首页
新随笔
联系
订阅
管理
2015年8月26日
Python属性、方法和类管理系列之----元类
摘要: ##元类的介绍请看位于下面网址的一篇文章,写的相当好。http://blog.jobbole.com/21351/##实例补充```class Meta(type): def __new__(meta, cls, parent, attr_dict): res = super(M...
阅读全文
posted @ 2015-08-26 12:46 jessonsh
阅读(1134)
评论(0)
推荐(1)
编辑
公告