We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.. versionadded::
1 parent 3138d2e commit 5a2433fCopy full SHA for 5a2433f
Doc/library/ast.rst
@@ -2576,15 +2576,21 @@ The following options are accepted:
2576
2577
Minor version (int) or 3.x tuple (e.g., 3.10).
2578
2579
+ .. versionadded:: next
2580
+
2581
.. option:: -o <level>
2582
--optimize <level>
2583
2584
Optimization level for parser.
2585
2586
2587
2588
.. option:: --show-empty
2589
2590
Show empty lists and fields in dump output.
2591
2592
2593
2594
If :file:`infile` is specified its contents are parsed to AST and dumped
2595
to stdout. Otherwise, the content is read from stdin.
2596
0 commit comments