berkerpeksag / astor

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

TypeError: descriptor '__dict__' for 'MetaFlatten' objects doesn't apply to 'TreeWalk' object #136

Closed esupoff closed 5 years ago

esupoff commented 5 years ago

__dict__ is unavailable for TreeWalk and it's children. This doesn't break anything important, but is really annoying when debugger's autocompletion keeps crashing into this.