LibCST
LibCST parses Python 3.0 -> 3.13 source code as a CST tree that keepsall formatting details (comments, whitespaces, parentheses, etc). It’s useful forbuilding automated refactoring (codemod) applications and linters.
Introduction:
LibCST parses Python 3.0 -> 3.13 source code as a CST tree that keepsall formatting details (comments, whitespaces, parentheses, etc). It’s useful forbuilding automated refactoring (codemod) applications and linters.
Introduction: