LibCST/libcst/_nodes
Zsolt Dollenstein 744d6fd3cd
Allow no whitespace between lambda keyword and params in certain cases
Python accepts code where `lambda` follows a `*`, so this PR relaxes validation rules for Lambdas.

Raised in #930.
2023-05-27 20:21:24 +01:00
..
tests Allow no whitespace between lambda keyword and params in certain cases 2023-05-27 20:21:24 +01:00
__init__.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
base.py Bump black from 22.12.0 to 23.1.0 (#860) 2023-03-15 11:53:50 +00:00
deep_equals.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
expression.py Allow no whitespace between lambda keyword and params in certain cases 2023-05-27 20:21:24 +01:00
internal.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
module.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
op.py add slots to base classes, @add_slots takes bases into account (#605) 2022-01-16 14:14:32 +00:00
statement.py Fix type of evaluated_value on string to allow bytes (#721) 2023-05-26 13:43:05 +01:00
whitespace.py add slots to base classes, @add_slots takes bases into account (#605) 2022-01-16 14:14:32 +00:00