On 3/8/11 6:09 AM, Graham Wideman wrote: > Hi folks, > > Though wing ide's auto-completer seems very smart, I have the strong impression that it doesn't know about __slots__. Well actually it knows about self.__slots__ itself, but not about the attributes declared within, it seems. We plan to add __slots__ support. Thanks, John