Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dargparse.rst386 MetavarTypeHelpFormatter
462 :class:`MetavarTypeHelpFormatter` uses the name of the type_ argument for each
468 ... formatter_class=argparse.MetavarTypeHelpFormatter)
/third_party/python/Lib/
Dargparse.py705 class MetavarTypeHelpFormatter(HelpFormatter): class
/third_party/python/Lib/test/
Dtest_argparse.py4467 formatter_class=argparse.MetavarTypeHelpFormatter)
/third_party/python/Misc/
DHISTORY10086 - Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names