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

Method nesting

crates/ruff_python_parser/src/lexer/interpolated_string.rs:50–52  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

48 }
49
50 pub(crate) const fn nesting(&self) -> u32 {
51 self.nesting
52 }
53
54 /// Returns the quote character for the current f-string.
55 pub(crate) fn quote_char(&self) -> char {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected