我正在閱讀關於元類What is a metaclass in Python?上的這篇優秀文章。接受的答案顯示瞭如何使用type
創建一個具有以下簽名的班級。是否在Python中創建類「對象」
type(name of the class,
tuple of the parent class (for inheritance, can be empty),
dictionary containing attributes names and values)
這讓我想知道是誰創建的對象類。對象類是否也由type
類創建?
pssst,Karthick:加入http://bostonpython.com,如果你還沒有... –
@NedBatchelder當然。我已經做了!謝謝。 –