google / pasta

Library to refactor python code through AST manipulation.
Apache License 2.0
341 stars 40 forks source link

Support for 'nonlocal' keywords #109

Open James4Ever0 opened 1 year ago

James4Ever0 commented 1 year ago

Seems pasta does not support nonlocal at this time.

def a():
    f=1
    def b():
        nonlocal f