Skip to content

Issues with fluent apis #4

@mariusvniekerk

Description

@mariusvniekerk

Horast fails to parse correctly for inline comments embedded in fluent-style blocks

horast.parse("""
x = (spark_rdd
        # Increate by one
        .map(lambda x: x+1)
        # Sum it all
        .reduce(lambda x, y: x +y)
    )
""")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions