26 Nov
2009
26 Nov
'09
1:34 p.m.
On Wed, Nov 25, 2009 at 11:17 AM, Matthew Wilkes <matthew@matthewwilkes.co.uk> wrote:
On 2009-11-25, at 1601, Benji York wrote:
I'm not sure I like the following suggestion better than the above, but throwing it out there anyway:
Multiadapter:
IFoo((x,y))
I know it's probably a spurious use case, but what if I want to adapt a tuple?
There could be an optional keyword argument to be explicit. This would be a single-adapter lookup: IFoo(from=my_tuple) While this would be a multi-adapter lookup: IFoo(my_tuple) -- Benji York