[Zope3-dev] Re: reasonable syntax for multi-adaptation
Dieter Maurer
dieter at handshake.de
Wed Sep 26 15:00:54 EDT 2007
Jim Fulton wrote at 2007-9-26 11:29 -0400:
> ...
>> IFoo(x)
>> IBar(multi=(x,y))
>
>Actually, that is not the case. If x already provides IFoo, then in
>the first case, the existing object is retuned. Nothing is
>instantiated. OTOH, in:
>
> getMultiAdapter([x], IFoo)
>
>or
> getAdapter(x, IFoo)
>
>either there is an error or some factory will be called. x won't be
>returned unless the factory happens to return it.
Is this not an irrelevant implementation detail?
Should I not concentrate on: I get an object related to "x"
implementing "IFoo"?
--
Dieter
More information about the Zope3-dev
mailing list