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

Method docstring_code_line_width

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

Source from the content-addressed store, hash-verified

145 }
146
147 pub const fn docstring_code_line_width(&self) -> DocstringCodeLineWidth {
148 self.docstring_code_line_width
149 }
150
151 pub const fn preview(&self) -> PreviewMode {
152 self.preview

Callers 2

formatMethod · 0.80
defaultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected