MCPcopy Create free account
hub / github.com/LaBatata101/sith-language-server / range

Method range

crates/sith_python_parser/src/parser/expression.rs:2330–2332  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2328impl Ranged for ParsedExpr {
2329 #[inline]
2330 fn range(&self) -> TextRange {
2331 self.expr.range()
2332 }
2333}
2334
2335/// Represents the precedence levels for various operators and expressions of Python.

Callers 12

parse_argumentsMethod · 0.45
add_errorMethod · 0.45
src_textMethod · 0.45
unparse_exprMethod · 0.45
validate_parametersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected