dry-python / dry-python/lambdas
How to get access to args/kwargs inside lambda?
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 286
- Fork
- 6
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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`
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.