1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
source: parser/src/string.rs
expression: parse_ast
---
[
Expr(
StmtExpr {
range: 0..8,
value: JoinedStr(
ExprJoinedStr {
range: 0..8,
values: [
Constant(
ExprConstant {
range: 0..8,
value: Str(
"\n",
),
kind: None,
},
),
FormattedValue(
ExprFormattedValue {
range: 0..8,
value: Name(
ExprName {
range: 5..6,
id: Identifier(
"x",
),
ctx: Load,
},
),
conversion: None,
format_spec: None,
},
),
],
},
),
},
),
]