This repository was archived by the owner on Feb 3, 2019. It is now read-only.
Tags: semiversus/python-mini-lambda
Tags
Minor improvements: "Constant" is now the pivot point to convert anyt… …hing to lambda-friendly. It has a new alias `make_lambda_friendly`. * Fixed smarie#2 that was a bug happening when using lambda-friendly methods with non-lambda arguments * This actually required to refactor a bit the methods: a few methods in base.py are now classmethods of _LambdaExpressionBase. This also required the code generation mechanism to generate a new file 'generated2.py' because the generated methods were now dependent upon main.py
Merge branch 'master' of https://github.com/smarie/python-mini-lambda # Conflicts: # mini_lambda/tests/test_mini_lambda_add_methods.py # mini_lambda/tests/test_readme.py