rustpython-parser 0.4.0

Python language parser for Python3.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: parser/src/string.rs
expression: parse_ast
---
[
    Constant(
        ExprConstant {
            range: 0..10,
            value: Str(
                "\\{x\\}",
            ),
            kind: None,
        },
    ),
]