1e24dde153
We actually only generate an ast.Lambda if (lambda) was called, as a lot of code expect ast.FunctionDefs (most notably with_decorator). This allows empty lambdas too. This fixes #165. |
||
---|---|---|
.. | ||
native | ||
__init__.py | ||
test_ast.py | ||
test_compiler.py | ||
test_quoting.py |