摘要:
二、元类metaclass 实例对象是由类来创建,那么类又是由什么来创建的呢? 答案就是元类 1.类的类型:是元类 元类创建类,类创建对象。 # 元类 print(type(1)) # <class 'int'> print(type(int)) # <class 'type'> 2.理解pytho 阅读全文
posted @ 2021-01-05 00:28
ananmy
阅读(124)
评论(0)
推荐(0)
浙公网安备 33010602011771号