mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
3 lines
143 B
ReStructuredText
3 lines
143 B
ReStructuredText
Don't show empty fields (value ``None`` or ``[]``)
|
|
in :func:`ast.dump` by default. Add ``show_empty=False``
|
|
parameter to optionally show them.
|