Files
ruff/crates/ruff_python_parser/resources/valid/statement/augmented_assignment.py
Victor Hugo Gomes f4a8ab8756 Replace LALRPOP parser with hand-written parser
Co-authored-by: Micha Reiser <micha@reiser.io>
2024-03-14 13:31:04 +05:30

4 lines
42 B
Python

x += 1
x.y += (1, 2, 3)
x[y] += (1, 2, 3)