(&self)
| 153 | } |
| 154 | |
| 155 | pub const fn nested_string_quote_style(&self) -> NestedStringQuoteStyle { |
| 156 | self.nested_string_quote_style |
| 157 | } |
| 158 | |
| 159 | #[must_use] |
| 160 | pub fn with_target_version(mut self, target_version: ast::PythonVersion) -> Self { |
no outgoing calls
no test coverage detected