Thanks a lot, I haven't practice Python for a while, forgot lots of
things...
2007/2/3, Leo Soto M. <[EMAIL PROTECTED]>:
>
>
> On 2/2/07, Sebastien Armand [Pink] <[EMAIL PROTECTED]> wrote:
> > Is it possible to instantiate a model class from a dictionnary?
> >
> > I mean instead of using:
> >
> >
On 2/2/07, Sebastien Armand [Pink] <[EMAIL PROTECTED]> wrote:
> Is it possible to instantiate a model class from a dictionnary?
>
> I mean instead of using:
>
> MyModel(arg1=1,arg2=2,...)
>
> I'd like to use:
>
> data= {'arg1':1,'arg2':2,...}
> MyModel(data)
Just use standard python syntax:
MyMo
Is it possible to instantiate a model class from a dictionnary?
I mean instead of using:
MyModel(arg1=1,arg2=2,...)
I'd like to use:
data= {'arg1':1,'arg2':2,...}
MyModel(data)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Goo
3 matches
Mail list logo