pondering about the essence of types in python

Steven Bethard steven.bethard at gmail.com
Sun Mar 26 01:22:53 EST 2006


gangesmaster wrote:
> but __mro__ is a readonly attribute, and deriving from instances is
> impossible (conn.modules.wx.Frame is a PROXY to the class)...

Maybe I'm misunderstanding, but why is an instance a proxy to a class? 
Why don't you make a class a proxy to the class?

STeVe



More information about the Python-list mailing list