Home
last modified time | relevance | path

Searched refs:MetavarTypeHelpFormatter (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Doc/library/
Dargparse.rst385 MetavarTypeHelpFormatter
461 :class:`MetavarTypeHelpFormatter` uses the name of the type_ argument for each
467 ... formatter_class=argparse.MetavarTypeHelpFormatter)
/external/python/cpython3/Lib/
Dargparse.py701 class MetavarTypeHelpFormatter(HelpFormatter): class
/external/python/cpython3/Lib/test/
Dtest_argparse.py4391 formatter_class=argparse.MetavarTypeHelpFormatter)
/external/python/cpython3/Misc/
DHISTORY10086 - Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names