ruff_python_parser 0.0.3

This is an internal component crate of Ruff
Documentation
1
2
3
4
# even after 3.9, an unparenthesized named expression is not allowed in a slice
lst[x:=1:-1]
lst[1:x:=1]
lst[1:3:x:=1]