summaryrefslogtreecommitdiff
path: root/examples/serialize_ast.py
Commit message (Expand)AuthorAgeFilesLines
* Update file name in serialize_ast and make sure it's in .gitignoreEli Bendersky2023-01-091-2/+3
* Clean up serialize_ast example to use HIGHEST_PROTOCOL for picklingEli Bendersky2023-01-091-6/+1
* Add test that runs all examples and makes sure they don't crashEli Bendersky2021-10-291-12/+15
* Use https:// for all project links where available (#267)Jon Dufresne2018-06-261-1/+1
* Tweak serialize_ast sample to use `with` statementsEli Bendersky2017-02-211-8/+6
* Add example of serializing AST for #82 (#172)Hart Chu2017-02-211-0/+38