andelf fledna Feather

2011年6月5日星期日

使用 class ClassName: 如何创建 new-style class

class A:
__metaclass__ = type
pass

答案是使用 __metaclass__

没有评论: