Loading select queries into objects

Graham Ashton graham at coms.com
Tue Jun 19 21:20:36 EDT 2001


In article <WyRX6.1453$h45.9142 at news.uk.colt.net>, "Graham Ashton"
<graham at coms.com> wrote:

> The code printed looks like this:
> 
>   apply(self.col1(), (self, dict['col1']))
> 
> The only problem is that when it's evaluated the self.col1() method
> doesn't get passed the value of dict['col1']...

Sorry folks - I've just noticed that I shouldn't be passing self
explicitly there. It works fine now. Ooops.

Graham



More information about the Python-list mailing list