dry-python / dry-python/lambdas
How to get access to args/kwargs inside lambda?
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 286
- Forks
- 6
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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`
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.