Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/ruff
/ flags
Method
flags
crates/ruff_python_formatter/src/string/normalize.rs:271–273 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
269
270
impl QuoteSelection {
271
pub(crate) fn flags(&self) -> AnyStringFlags {
272
self.flags
273
}
274
}
275
276
#[derive(Clone, Debug)]
Callers
7
format
Function · 0.45
is_multiline
Method · 0.45
preferred_quote_style
Method · 0.45
choose_quotes
Method · 0.45
from_part
Method · 0.45
visit_string_like_part
Method · 0.45
merge_flags
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected