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

Method docstring_code

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

Source from the content-addressed store, hash-verified

141 }
142
143 pub const fn docstring_code(&self) -> DocstringCode {
144 self.docstring_code
145 }
146
147 pub const fn docstring_code_line_width(&self) -> DocstringCodeLineWidth {
148 self.docstring_code_line_width

Callers 2

add_oneMethod · 0.80
defaultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected