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

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -