Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/ruff
/ range
Method
range
crates/ruff_python_parser/src/parser/expression.rs:3187–3189 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
3185
impl Ranged for ParsedExpr {
3186
#[inline]
3187
fn range(&self) -> TextRange {
3188
self.expr.range()
3189
}
3190
}
3191
3192
#[derive(Debug)]
Callers
15
parse_arguments
Method · 0.45
parse_subscript_expression
Method · 0.45
parse_slice
Method · 0.45
parse_string
Method · 0.45
handle_implicitly_concatenated_strings
Method · 0.45
check_fstring_comments
Method · 0.45
parse_interpolated_element
Method · 0.45
parse_list_like_expression
Method · 0.45
parse_set_or_dict_like_expression
Method · 0.45
parse_parenthesized_expression
Method · 0.45
parse_set_expression
Method · 0.45
parse_named_expression
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected