MCPcopy Create free account
hub / github.com/astral-sh/ruff / nested_string_quote_style

Method nested_string_quote_style

crates/ruff_python_formatter/src/options.rs:155–157  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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 {

Callers 2

preferred_quote_styleMethod · 0.80
defaultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected