dry-python / dry-python/lambdas
How to get access to args/kwargs inside lambda?
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 286
- Forks
- 6
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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`
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.