j
k
j a
j l
Chris McDonough wrote:
Untested... return map(lambda x, data=self.data, self=self: data[x].__of__(self), ids)
Untested...
return map(lambda x, data=self.data, self=self: data[x].__of__(self), ids)
ah, I see :-) Would that be faster than my little function? cheers, Chris
Back to the thread
Back to the list