Skip to content

Support translation for for-loops and with-statements #9

@ilevkivskyi

Description

@ilevkivskyi

Potentially, we can translate this:

for i, j in foo(bar):  # type: (int, int)
    ...

to something like this

i: int
j: int
for i, j in foo(bar):
    ...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions