rustpython-parser 0.4.0

Python language parser for Python3.
Documentation
---
source: parser/src/context.rs
expression: parse_ast
---
[
    Delete(
        StmtDelete {
            range: 0..7,
            targets: [
                Attribute(
                    ExprAttribute {
                        range: 4..7,
                        value: Name(
                            ExprName {
                                range: 4..5,
                                id: Identifier(
                                    "x",
                                ),
                                ctx: Load,
                            },
                        ),
                        attr: Identifier(
                            "y",
                        ),
                        ctx: Del,
                    },
                ),
            ],
        },
    ),
]