Loading select queries into objects

Gordon McMillan gmcm at hypernet.com
Mon Jun 18 09:51:01 EDT 2001


Graham Ashton wrote:

>    self.column1(tup[0])          # this could be better!
>    self.column2(tup[1])
>    self.some_column(tup[2])

self.column1, self.column2, self.some_column = tup

- Gordon



More information about the Python-list mailing list