Python语言特性之2:元类

问题:Python中的元类(metaclasses)是什么?通常使用它干什么? 原地址:http://stackoverflow.com/questions/100003/what-is-a-metaclass-in-pythonhtml 元类是一个类的类。就像一个类定义了其实例的行为,一个元类定义了其对应类的行为。类是元类的一个实例。python 其实Python中的元类在日常编码中很难用到,我
相关文章
相关标签/搜索