[Python-Dev] PEP 309: Partial method application

Josiah Carlson jcarlson at uci.edu
Fri Aug 19 09:37:43 CEST 2005


Steven Bethard <steven.bethard at gmail.com> wrote:
> I agree that an operator.methodcaller() shouldn't try to support
> multiple methods.  OTOH, the syntax
>     methodcall.method(*args, **kwargs)
> doesn't really lend itself to multiple methods either.

But that's OK, we don't want to be calling multiple methods anyways, do
we?  I'd personally like to see an example it makes sense if someone
says that we do.

 - Josiah



More information about the Python-Dev mailing list