Home
last modified time | relevance | path

Searched refs:HelpFormatter (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/
Doptparse.py161 class HelpFormatter: class
368 class IndentedHelpFormatter (HelpFormatter):
377 HelpFormatter.__init__(
387 class TitledHelpFormatter (HelpFormatter):
396 HelpFormatter.__init__ (
Dargparse.py154 class HelpFormatter(object): class
666 class RawDescriptionHelpFormatter(HelpFormatter):
688 class ArgumentDefaultsHelpFormatter(HelpFormatter):
705 class MetavarTypeHelpFormatter(HelpFormatter):
1699 formatter_class=HelpFormatter,
/third_party/python/Lib/test/
Dtest_argparse.py4835 "add_help=True)" % argparse.HelpFormatter)
/third_party/python/Doc/library/
Dargparse.rst142 formatter_class=argparse.HelpFormatter, \
Doptparse.rst844 An instance of optparse.HelpFormatter that will be used for printing help
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst3763 correctly in the ``argparse.HelpFormatter`` class. Initial patch by Zbyszek
/third_party/python/Misc/
DHISTORY20318 HelpFormatter to allow (slight) customization of the formatting.