Loading select queries into objects

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Mon Jun 18 12:59:41 EDT 2001


Mon, 18 Jun 2001 19:25:17 +0400 (MSD), Roman Suzi <rnd at onego.ru> pisze:

> [apply(f, (x,)) for (f, x) in map(None, funlist, tup)]

Or even:

[f(x) for f, x in zip(funlist, tup)]

(if both lists have the same length).

-- 
 __("<  Marcin Kowalczyk * qrczak at knm.org.pl http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK



More information about the Python-list mailing list