dry-python / dry-python/lambdas
How to get access to args/kwargs inside lambda?
オープン
- 主要言語
- Python
- スター
- 286
- フォーク
- 6
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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`
コントリビューションガイド
評価
この issue はまだ評価されていません。