...
1[
2 {"type":"LiteralStringAffix","value":"f"},
3 {"type":"LiteralStringDouble","value":"\""},
4 {"type":"LiteralStringInterpol","value":"{"},
5 {"type":"Punctuation","value":"("},
6 {"type":"Keyword","value":"lambda"},
7 {"type":"Text","value":" "},
8 {"type":"Name","value":"x"},
9 {"type":"Punctuation","value":":"},
10 {"type":"Text","value":" "},
11 {"type":"Name","value":"x"},
12 {"type":"Operator","value":"*"},
13 {"type":"LiteralNumberInteger","value":"2"},
14 {"type":"Punctuation","value":")("},
15 {"type":"LiteralNumberInteger","value":"3"},
16 {"type":"Punctuation","value":")"},
17 {"type":"LiteralStringInterpol","value":"}"},
18 {"type":"LiteralStringDouble","value":"\""},
19 {"type":"Text","value":"\n"}
20]
View as plain text