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

Class FString

crates/sith_python_ast/src/nodes.rs:1316–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314/// An AST node that represents a single f-string which is part of an [`FStringExpr`].
1315#[derive(Clone, Debug, PartialEq, Eq, Hash)]
1316pub struct FString {
1317 pub range: TextRange,
1318 pub elements: FStringElements,
1319 pub flags: FStringFlags,
1320}
1321
1322impl Ranged for FString {
1323 fn range(&self) -> TextRange {

Callers 7

parse_stringsMethod · 0.85
fromMethod · 0.85
singleMethod · 0.85
expressionMethod · 0.85
as_refMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected