dry-python / dry-python/lambdas

How to get access to args/kwargs inside lambda?

Open
#112 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
286
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Is it possible to express this kind of lambda?
`lambda a, b: a * b`

I intuitively tried this approach, but it doesn't work...
`_._1 * _._2`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.