En Mon, 23 Apr 2007 03:14:32 -0300, Martin Drautzburg  
<[EMAIL PROTECTED]> escribió:

> I did not notice that I can use a single class (or a module) for
> all my datastructures, because I can "plug in" new attributes into the
> instance without the class knowing about them.
>
> I was mistaken to believe that I had to know about attributes at the
> time of class creation. But your expample does not require that. Should
> have read this more carefully.

Welcome to Python and its dynamic  nature!

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

Reply via email to