berkerpeksag / astor

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

AttributeError: 'FunctionDef' object has no attribute 'decorator_list' #201

Closed abtExp closed 3 years ago

abtExp commented 3 years ago

Trying to convert some ASTs in a dataset to source using astor.to_source(python_ast). It shows the error : AttributeError: 'FunctionDef' object has no attribute 'decorator_list'

python version : 3.7.8 astor version : 0.7.1