dry-python / dry-python/lambdas
How to get access to args/kwargs inside lambda?
Aperta
- Lingua principale
- Python
- Stelle
- 286
- Fork
- 6
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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`
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.