google / pasta

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

Fix bug where scope was not visiting keyword only arguments. #101

Closed hertschuh closed 2 years ago

hertschuh commented 2 years ago

This adds keyword only arguments and their defaults (PEP 3102) to the scope.