Description
Parses Python code with error recovery and round-trip support across multiple Python versions. It helps editors, autocompletion engines, refactoring tools, and code analyzers understand source code even while it is being edited.
This library analyzes code; it does not prove code is safe or correct. Tools using it should still avoid executing untrusted source during analysis.