[google-appengine] Re: Setting up an Initialiser

2009-01-16 Thread Elliott Rosenthal
Yes of course! :) Thank you for the help. Saved me a lot of sweat. 2009/1/16 Qian Qiao : > > On Sat, Jan 17, 2009 at 02:02, Elliott Rosenthal > wrote: >> >> Thank you for the help so far, it really has been useful. >> If there any way you could give me a quick

[google-appengine] Re: Setting up an Initialiser

2009-01-16 Thread Elliott Rosenthal
Thank you for the help so far, it really has been useful. If there any way you could give me a quick snippet of code to show me how to build a factory method? 2009/1/16 Qian Qiao : > > On Sat, Jan 17, 2009 at 01:49, Elliott Rosenthal > wrote: >> >> What about if I w

[google-appengine] Re: Setting up an Initialiser

2009-01-16 Thread Elliott Rosenthal
What about if I wish to initialise the variables inside the class with a complex calculation? The default parameter wont suffice, is there any other way? 2009/1/16 djidjadji : > > If you look at the example at > > http://code.google.com/appengine/docs/python/gettingstarted/usingdatastore.html > >