[EMAIL PROTECTED] wrote:
> OK. But is there any other way to do what __slots__ does as a 'side
> effect' i.e. forcing me to think about the list of attributes my class
> is going to have upfront and raising error whenever I violate it. IMHO
> this is a very good thing to have even if one does not care about
> memory.

See http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/252158 (how
to freeze Python classes)

  Michele Simionato

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to