refactoring - Python ast code transform keep comments -
i doing code transforms on old python code using ast
module. when write newly converted code not include comments. know ast ignores comments because not important in regards code. keep comments in code after transform. how this?
Comments
Post a Comment