mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05:00
Summary -- This PR detects tuple unpacking expressions in index/subscript expressions before Python 3.11. Test Plan -- New inline tests
2 lines
19 B
Python
2 lines
19 B
Python
array[*start:*end]
|