[Zope3-dev] [INFO] updated relation store in cpsskins

Jean-Marc Orliaguet jmo at ita.chalmers.se
Sat Aug 27 11:43:04 EDT 2005


Jean-Marc Orliaguet wrote:

>Hi!
>
>I've updated the relation store's index in cpsskins to support wildcards
>on triadic relations.
>
>  
>
>
>   for count in range(precision * 1000):
>      a = storage.search(predicate=predicate, second=portlet)
>
>  
>
>  
>

actually it should read:

storage.search(predicate=predicate, first=slot, third=perspective)

but the timing is the same
/JM



More information about the Zope3-dev mailing list