ruff_python_parser 0.0.3

This is an internal component crate of Ruff
Documentation
1
2
3
4
del __debug__
del x, y, __debug__, z
__debug__ = 1
x, y, __debug__, z = 1, 2, 3, 4