Skip to content

Files

Latest commit

9160ee3 · Dec 18, 2017

History

History
15 lines (10 loc) · 506 Bytes

ast.md

File metadata and controls

15 lines (10 loc) · 506 Bytes

Python Language Services

Parsing, Generating and Manipulating Python Code

The ast library is the modern method of parsing, manipulating and executing Python code. The best introduction is the Green Tree Snakes Python AST Docs; it also has a brief example of how you might write something like Pytest.