This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add "methodcaller" to the operator module
Type: enhancement Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, gregory_p
Priority: normal Keywords:

Created on 2006-06-14 16:33 by gregory_p, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg54825 - (view) Author: Gregory Petrosyan (gregory_p) Date: 2006-06-14 16:33
I found that I (like Alex Martelli, http://mail.python.
org/pipermail/python-dev/2006-February/060341.html :-) 
am writing lambdas like "lambda x: x.do_smth(a,b,c)" a 
lot (often for filter/map functions). So, I think it 
would be great to have such a function implemented in 
C and placed in the standart library. Operator module 
can be a good place for it.

--
Regards, Gregory.
msg54826 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-06-14 16:55
Logged In: YES 
user_id=849994

Duplicate of #1506171.
History
Date User Action Args
2022-04-11 14:56:18adminsetgithub: 43498
2006-06-14 16:33:29gregory_pcreate