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

Method interpolated_string_state

crates/ruff_python_formatter/src/context.rs:114–116  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

112 }
113
114 pub(crate) fn interpolated_string_state(&self) -> InterpolatedStringState {
115 self.interpolated_string_state
116 }
117
118 pub(crate) fn set_interpolated_string_state(
119 &mut self,

Callers 4

finishMethod · 0.80
newMethod · 0.80
preferred_quote_styleMethod · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected