---
Function {
    argument: None,
    arguments: FunctionArguments {
        arguments: [
            FunctionArgument {
                identifier: "pyqt5",
                default: None,
            },
            FunctionArgument {
                identifier: "numpy",
                default: None,
            },
            FunctionArgument {
                identifier: "ipywidgets",
                default: None,
            },
            FunctionArgument {
                identifier: "ipython",
                default: None,
            },
            FunctionArgument {
                identifier: "isPy3k",
                default: None,
            },
            FunctionArgument {
                identifier: "fetchFromGitHub",
                default: None,
            },
            FunctionArgument {
                identifier: "buildPythonPackage",
                default: None,
            },
            FunctionArgument {
                identifier: "lib",
                default: None,
            },
        ],
        ellipsis: false,
    },
    definition: FunctionApplication {
        function: Variable {
            identifier: "buildPythonPackage",
            position: (8, 1),
        },
        arguments: [
            Map {
                bindings: [
                    KeyValue(
                        AttributePath {
                            attributes: [
                                Raw {
                                    content: "pname",
                                    position: (9, 3),
                                },
                            ],
                        },
                        String {
                            parts: [
                                Raw {
                                    content: "lightparam",
                                    position: (9, 12),
                                },
                            ],
                        },
                    ),
                    KeyValue(
                        AttributePath {
                            attributes: [
                                Raw {
                                    content: "version",
                                    position: (10, 3),
                                },
                            ],
                        },
                        String {
                            parts: [
                                Raw {
                                    content: "0.4.6",
                                    position: (10, 14),
                                },
                            ],
                        },
                    ),
                    KeyValue(
                        AttributePath {
                            attributes: [
                                Raw {
                                    content: "disabled",
                                    position: (11, 3),
                                },
                            ],
                        },
                        UnaryOperation {
                            operator: Not,
                            operand: Variable {
                                identifier: "isPy3k",
                                position: (11, 15),
                            },
                        },
                    ),
                    KeyValue(
                        AttributePath {
                            attributes: [
                                Raw {
                                    content: "src",
                                    position: (13, 3),
                                },
                            ],
                        },
                        FunctionApplication {
                            function: Variable {
                                identifier: "fetchFromGitHub",
                                position: (13, 9),
                            },
                            arguments: [
                                Map {
                                    bindings: [
                                        KeyValue(
                                            AttributePath {
                                                attributes: [
                                                    Raw {
                                                        content: "owner",
                                                        position: (14, 5),
                                                    },
                                                ],
                                            },
                                            String {
                                                parts: [
                                                    Raw {
                                                        content: "portugueslab",
                                                        position: (14, 14),
                                                    },
                                                ],
                                            },
                                        ),
                                        KeyValue(
                                            AttributePath {
                                                attributes: [
                                                    Raw {
                                                        content: "repo",
                                                        position: (15, 5),
                                                    },
                                                ],
                                            },
                                            Variable {
                                                identifier: "pname",
                                                position: (15, 12),
                                            },
                                        ),
                                        KeyValue(
                                            AttributePath {
                                                attributes: [
                                                    Raw {
                                                        content: "rev",
                                                        position: (16, 5),
                                                    },
                                                ],
                                            },
                                            String {
                                                parts: [
                                                    Raw {
                                                        content: "v",
                                                        position: (16, 12),
                                                    },
                                                    Expression {
                                                        expression: Variable {
                                                            identifier: "version",
                                                            position: (16, 15),
                                                        },
                                                    },
                                                ],
                                            },
                                        ),
                                        KeyValue(
                                            AttributePath {
                                                attributes: [
                                                    Raw {
                                                        content: "sha256",
                                                        position: (17, 5),
                                                    },
                                                ],
                                            },
                                            String {
                                                parts: [
                                                    Raw {
                                                        content: "13hlkvjcyz2lhvlfqyavja64jccbidshhs39sl4fibrn9iq34s3i",
                                                        position: (17, 15),
                                                    },
                                                ],
                                            },
                                        ),
                                    ],
                                    recursive: false,
                                },
                            ],
                        },
                    ),
                    KeyValue(
                        AttributePath {
                            attributes: [
                                Raw {
                                    content: "propagatedBuildInputs",
                                    position: (20, 3),
                                },
                            ],
                        },
                        List {
                            elements: [
                                Variable {
                                    identifier: "ipython",
                                    position: (21, 5),
                                },
                                Variable {
                                    identifier: "ipywidgets",
                                    position: (22, 5),
                                },
                                Variable {
                                    identifier: "numpy",
                                    position: (23, 5),
                                },
                                Variable {
                                    identifier: "pyqt5",
                                    position: (24, 5),
                                },
                            ],
                        },
                    ),
                    KeyValue(
                        AttributePath {
                            attributes: [
                                Raw {
                                    content: "pythonImportsCheck",
                                    position: (27, 3),
                                },
                            ],
                        },
                        List {
                            elements: [
                                String {
                                    parts: [
                                        Raw {
                                            content: "lightparam",
                                            position: (27, 27),
                                        },
                                    ],
                                },
                            ],
                        },
                    ),
                    KeyValue(
                        AttributePath {
                            attributes: [
                                Raw {
                                    content: "meta",
                                    position: (29, 3),
                                },
                            ],
                        },
                        Map {
                            bindings: [
                                KeyValue(
                                    AttributePath {
                                        attributes: [
                                            Raw {
                                                content: "homepage",
                                                position: (30, 5),
                                            },
                                        ],
                                    },
                                    String {
                                        parts: [
                                            Raw {
                                                content: "https://github.com/portugueslab/lightparam",
                                                position: (30, 17),
                                            },
                                        ],
                                    },
                                ),
                                KeyValue(
                                    AttributePath {
                                        attributes: [
                                            Raw {
                                                content: "description",
                                                position: (31, 5),
                                            },
                                        ],
                                    },
                                    String {
                                        parts: [
                                            Raw {
                                                content: "Another attempt at parameters in Python",
                                                position: (31, 20),
                                            },
                                        ],
                                    },
                                ),
                                KeyValue(
                                    AttributePath {
                                        attributes: [
                                            Raw {
                                                content: "license",
                                                position: (32, 5),
                                            },
                                        ],
                                    },
                                    PropertyAccess {
                                        expression: Variable {
                                            identifier: "lib",
                                            position: (32, 15),
                                        },
                                        attribute_path: AttributePath {
                                            attributes: [
                                                Raw {
                                                    content: "licenses",
                                                    position: (32, 19),
                                                },
                                                Raw {
                                                    content: "mit",
                                                    position: (32, 28),
                                                },
                                            ],
                                        },
                                        default: None,
                                    },
                                ),
                                KeyValue(
                                    AttributePath {
                                        attributes: [
                                            Raw {
                                                content: "maintainers",
                                                position: (33, 5),
                                            },
                                        ],
                                    },
                                    With {
                                        expression: PropertyAccess {
                                            expression: Variable {
                                                identifier: "lib",
                                                position: (33, 24),
                                            },
                                            attribute_path: AttributePath {
                                                attributes: [
                                                    Raw {
                                                        content: "maintainers",
                                                        position: (33, 28),
                                                    },
                                                ],
                                            },
                                            default: None,
                                        },
                                        target: List {
                                            elements: [
                                                Variable {
                                                    identifier: "tbenst",
                                                    position: (33, 43),
                                                },
                                            ],
                                        },
                                    },
                                ),
                            ],
                            recursive: false,
                        },
                    ),
                ],
                recursive: true,
            },
        ],
    },
}