rustpython-parser 0.4.0

Python language parser for Python3.
Documentation
---
source: parser/src/string.rs
expression: parse_ast
---
[
    FormattedValue(
        ExprFormattedValue {
            range: 0..10,
            value: Yield(
                ExprYield {
                    range: 3..8,
                    value: None,
                },
            ),
            conversion: None,
            format_spec: None,
        },
    ),
]