mirror of
https://github.com/astral-sh/ruff
synced 2026-01-12 17:14:44 -05:00
This PR adds a `as_slice` method to all the string nodes which returns all the parts of the nodes as a slice. This will be useful in the next PR to split the string formatting to use this method to extract the _single node_ or _implicitly concanated nodes_.