Python metaclasses tutorial

2019-09-19 23:52发布

Sorry if I have to use you as Google, but Google does not help. I was looking for a very good tutorial about metaclasses in Python. One feature I remember about it was a three-paned image where you had metaclasses, classes and instances, one for each column of the image. The author progressively added blocks for each of them, while explaining the magic behind metaclasses.

It was a very good tutorial but I really cannot find it any more.

1条回答
啃猪蹄的小仙女
2楼-- · 2019-09-20 00:39

You may be referring to Python Types and Objects.

查看更多
登录 后发表回答