metakit.dump should be defined in the metakit.py file and used via

import metakit
metakit.dump(view)

Brian

On 7/4/05, John Fletcher <[EMAIL PROTECTED]> wrote:
> Date sent:              Sun, 3 Jul 2005 11:58:13 -0400
> From:                   Brian Kelley <[EMAIL PROTECTED]>
> To:                     [EMAIL PROTECTED]
> Subject:                Re: [Metakit] problem getting dict into a view
> Copies to:              [email protected]
> Send reply to:          Brian Kelley <[EMAIL PROTECTED]>
>         <mailto:[EMAIL PROTECTED]>
>         <mailto:[EMAIL PROTECTED]>
> 
> > the last metatkit.dump should be metakit.dump
> >
> > import metakit
> > st = metakit.storage()
> > vw = st.getas("test[a:I,b:S]")
> > data = {"a":1,'b':"hello"}
> > vw.append(data)
> > data = {"a":2,'b':"there"}
> > metakit.dump(vw)
> > _____________________________________________
> > Metakit mailing list  -  [email protected]
> > http://www.equi4.com/mailman/listinfo/metakit
> >
> 
> 
> Is the metakit.dump a special in the scripting language?  I cannot
> find it in the codes, except for the standalone demo "dump" which
> does different output.
> 
> Cheers
> 
> John
> 
> --
> Dr John P. Fletcher   Tel: (44) 121 204 3389 (direct line)
> Chemical Engineering and Applied Chemistry (CEAC),
> School of Engineering and Applied Science (SEAS),
> Aston University, Aston Triangle, BIRMINGHAM B4 7ET  U.K.
> CEAC Web site http://www.ceac.aston.ac.uk/
> FAX: (44) 121 204 3679
> 
> 
> _____________________________________________
> Metakit mailing list  -  [email protected]
> http://www.equi4.com/mailman/listinfo/metakit
>
_____________________________________________
Metakit mailing list  -  [email protected]
http://www.equi4.com/mailman/listinfo/metakit

Reply via email to