Files
ruff/crates/ruff_python_parser/resources/valid/statement/augmented_assignment.py
Victor Hugo Gomes 78ee6441a7 Replace LALRPOP parser with hand-written parser
Co-authored-by: Micha Reiser <micha@reiser.io>
2024-03-07 16:44:46 +05:30

4 lines
42 B
Python

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