Dear Etienne & Carlos,

Thanks so much for that - much clearer!

I guess the next question is _how_ do you use it intelligently? I'm 
interested because I'm trying to put stuff into a db using sqlobject.

Obviously one way would be:

class MyClass:

     def __init__(self,**kw)
         self.property1 = self.kw['property1']
        self.property2 = self.kw['property2']
        etc....

Does anyone know of an example of this ?

Thanks,

Matt
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to