berkerpeksag / astor

Python AST read/write
https://pypi.org/project/astor/
BSD 3-Clause "New" or "Revised" License
793 stars 101 forks source link

I tried to expand the parent list in TreeWalk's replace. #182

Open grizlupo opened 4 years ago

grizlupo commented 4 years ago

I tried to expand the parent list in TreeWalk's replace. if new_node is a list, expand the parent list. thank you.