|
|
|
|
|
by masklinn
5037 days ago
|
|
An other option if you use map is `operator.methodcaller`, which is also slightly closer in semantics to underscore's invoke (function name specified by string, ability to specify argument to apply to the method, duck-typed). |
|