commit | 814d687c7df3e0c60036943b68ece13f9f19dfef | [log] [tgz] |
---|---|---|
author | Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com> | Mon Dec 16 21:23:27 2019 +0300 |
committer | Victor Stinner <vstinner@python.org> | Mon Dec 16 19:23:27 2019 +0100 |
tree | cec9acadee590122758df6220ae9b4c6139962dd | |
parent | a322f50c369e2e4138266c88e32ef83af95b2da6 [diff] |
bpo-38348: Extend command line options of ast parsing tool (GH-16540) Add -i and --indent (indentation level), and --no-type-comments (type comments) command line options to ast parsing tool.