[Zope-dev] New IOBTrees have no 'map' method

Chris Withers chrisw@nipltd.com
Fri, 11 May 2001 14:11:45 +0100


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