On Wed, Feb 25, 2004 at 11:59:21AM -0500, Simon Glover wrote: : : One question: there doesn't appear to be any way to generate a list of : the existing attributes of a class or even to determine how many : attributes a particular class has. Should there be ops for one or both : of these things?
>From the language point of view that would be a method call on the metaclass instance. Of course, maybe *that* method needs a special opcode to get at the real metaclass data... Larry