berkerpeksag / astor

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

Add assignment expressions #134

Closed Kodiologist closed 5 years ago

Kodiologist commented 5 years ago

This is a quick-'n'-dirty attempt at #126. (Closes #126.)

Kodiologist commented 5 years ago

Okay, I've rebased this one, too.

Kodiologist commented 5 years ago

I've added more tests from the PEP. I've also used assertAstRoundtrips in place of assertSrcRoundtrips so the tests are neutral to whether astor produces extra parentheses.

berkerpeksag commented 5 years ago

Thank you!