dry-python / dry-python/lambdas
How to get access to args/kwargs inside lambda?
Open
- 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
Assessment
This issue has not been assessed yet.