You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
References (and function calls in some cases) are about as simple as you can get. Lambdas aren't too bad, but a bit more complicated. Functions from operator can also be faster than equivalent lambdas.
I feel that these are most common for itemgetter, attrgetter and methodcaller.
Explanation
References (and function calls in some cases) are about as simple as you can get. Lambdas aren't too bad, but a bit more complicated. Functions from operator can also be faster than equivalent lambdas.
I feel that these are most common for
itemgetter
,attrgetter
andmethodcaller
.Example
The text was updated successfully, but these errors were encountered: