---
source: parser/src/string.rs
expression: parse_ast
---
[
Expr(
StmtExpr {
range: 0..7,
value: JoinedStr(
ExprJoinedStr {
range: 0..7,
values: [
FormattedValue(
ExprFormattedValue {
range: 0..7,
value: Name(
ExprName {
range: 4..5,
id: Identifier(
"x",
),
ctx: Load,
},
),
conversion: None,
format_spec: None,
},
),
],
},
),
},
),
]