Skip to content

InsertBefore fails with decorators #79

Open
@MementoRC

Description

@MementoRC

The decorators are not pulled-in with the definition:

    INPUT_SOURCE = """
        @decorate
        def test():
            test_this()"""

    EXPECTED_SOURCE = """
        await async_test()
        @decorate
        def test():
            test_this()"""

   ACTUAL_SOURCE = """
        @decorate
        await async_test()
        def test():
            test_this()"""

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