Chris McDonough wrote: > > 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