Hi Rahul On Fri, Feb 15, 2008 at 12:54 PM, Rahul Dabane <[EMAIL PROTECTED]> wrote: > I do have question about your code though..Being a newbie, I don't know > where > to find documentation about functions like columns.update( ) ...
The columns variable is a standard python dictionary and the update() method is described in the Python Library Reference http://www.python.org/doc/current/lib/typesmapping.html Funnily enough, although I knew that it should be possible, I didn't know how to do this when I saw your post. I just typed "python merge dictionary" into google and quickly found the answer. So, thanks for making me learn something new! Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
