[Metakit] problem getting dict into a view
Brian Kelley
fustigator at gmail.com
Mon Jul 4 12:52:41 CEST 2005
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 <J.P.Fletcher at aston.ac.uk> wrote:
> Date sent: Sun, 3 Jul 2005 11:58:13 -0400
> From: Brian Kelley <fustigator at gmail.com>
> To: tomcloyd at bestmindhealth.com
> Subject: Re: [Metakit] problem getting dict into a view
> Copies to: metakit at equi4.com
> Send reply to: Brian Kelley <fustigator at gmail.com>
> <mailto:metakit-request at equi4.com?subject=unsubscribe>
> <mailto:metakit-request at equi4.com?subject=subscribe>
>
> > 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 - Metakit at equi4.com
> > 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 - Metakit at equi4.com
> http://www.equi4.com/mailman/listinfo/metakit
>
More information about the Metakit
mailing list