mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -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_.