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/semantic_errors.rs:1449–1451 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1447
1448
impl Ranged for SemanticSyntaxError {
1449
fn range(&self) -> TextRange {
1450
self.range
1451
}
1452
}
1453
1454
#[derive(Debug, Clone, PartialEq, Eq, Hash, get_size2::GetSize)]
Callers
10
check_annotation
Method · 0.45
invalid_star_expression
Method · 0.45
duplicate_type_parameter_name
Method · 0.45
type_parameter_default_order
Method · 0.45
duplicate_parameter_name
Method · 0.45
visit_expr
Method · 0.45
await_outside_async_function
Method · 0.45
yield_outside_function
Method · 0.45
visit_pattern
Method · 0.45
insert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected