ruff/crates/ruff_python_formatter/src/expression
konstin 7f6cb9dfb5
Format call expressions (without call chaining) (#5341)
## Summary

This formats call expressions with magic trailing comma and parentheses
behaviour but without call chaining

## Test Plan

Lots of new test fixtures, including some that don't work yet
2023-06-27 09:29:40 +00:00
..
binary_like.rs Remove prelude from ruff_python_ast (#5369) 2023-06-26 11:43:49 -04:00
expr_attribute.rs Fix attribute chain own line comments (#5340) 2023-06-26 09:13:07 +00:00
expr_await.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
expr_bin_op.rs Format BoolOp (#4986) 2023-06-21 09:27:57 +00:00
expr_bool_op.rs Format BoolOp (#4986) 2023-06-21 09:27:57 +00:00
expr_call.rs Format call expressions (without call chaining) (#5341) 2023-06-27 09:29:40 +00:00
expr_compare.rs Remove prelude from ruff_python_ast (#5369) 2023-06-26 11:43:49 -04:00
expr_constant.rs Format implicit string continuation (#5328) 2023-06-26 12:41:47 +00:00
expr_dict.rs Remove prelude from ruff_python_ast (#5369) 2023-06-26 11:43:49 -04:00
expr_dict_comp.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
expr_formatted_value.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
expr_generator_exp.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
expr_if_exp.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
expr_joined_str.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
expr_lambda.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
expr_list.rs magic trailing comma for ExprList (#5365) 2023-06-26 21:59:01 +02:00
expr_list_comp.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
expr_name.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
expr_named_expr.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
expr_set.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
expr_set_comp.rs Fix unstable set comprehension formatting (#5327) 2023-06-23 11:50:24 +02:00
expr_slice.rs Remove prelude from ruff_python_ast (#5369) 2023-06-26 11:43:49 -04:00
expr_starred.rs format StmtWith (#5350) 2023-06-26 15:09:06 +01:00
expr_subscript.rs Format Slice Expressions (#5047) 2023-06-21 15:09:39 +00:00
expr_tuple.rs Remove prelude from ruff_python_ast (#5369) 2023-06-26 11:43:49 -04:00
expr_unary_op.rs Remove prelude from ruff_python_ast (#5369) 2023-06-26 11:43:49 -04:00
expr_yield.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
expr_yield_from.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
mod.rs Format implicit string continuation (#5328) 2023-06-26 12:41:47 +00:00
parentheses.rs Format implicit string continuation (#5328) 2023-06-26 12:41:47 +00:00
string.rs Format implicit string continuation (#5328) 2023-06-26 12:41:47 +00:00