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

Class FString

crates/ruff_python_ast/src/nodes.rs:1210–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1208#[derive(Clone, Debug, PartialEq)]
1209#[cfg_attr(feature = "get-size", derive(get_size2::GetSize))]
1210pub struct FString {
1211 pub range: TextRange,
1212 pub node_index: AtomicNodeIndex,
1213 pub elements: InterpolatedStringElements,
1214 pub flags: FStringFlags,
1215}
1216
1217impl From<FString> for Expr {
1218 fn from(payload: FString) -> Self {

Callers 15

partsMethod · 0.70
as_expression_refMethod · 0.70
fromMethod · 0.70
try_fromMethod · 0.70
nextMethod · 0.70
next_backMethod · 0.70
fromMethod · 0.70
singleMethod · 0.70
fromMethod · 0.70
as_expr_refMethod · 0.70
from_raw_partsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected