LibCST/libcst/_nodes
Zsolt Dollenstein aa5167189c
Allow no space around an ifexp in certain cases
For example in `_ if _ else""if _ else _`.

Raised in #930. Also fixes #854.
2023-05-28 10:29:30 +01:00
..
tests Allow no space around an ifexp in certain cases 2023-05-28 10:29:30 +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 space around an ifexp in certain cases 2023-05-28 10:29:30 +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