Searched refs:HelpFormatter (Results 1 – 7 of 7) sorted by relevance
161 class HelpFormatter: class368 class IndentedHelpFormatter (HelpFormatter):377 HelpFormatter.__init__(387 class TitledHelpFormatter (HelpFormatter):396 HelpFormatter.__init__ (
154 class HelpFormatter(object): class666 class RawDescriptionHelpFormatter(HelpFormatter):688 class ArgumentDefaultsHelpFormatter(HelpFormatter):705 class MetavarTypeHelpFormatter(HelpFormatter):1699 formatter_class=HelpFormatter,
4835 "add_help=True)" % argparse.HelpFormatter)
142 formatter_class=argparse.HelpFormatter, \
844 An instance of optparse.HelpFormatter that will be used for printing help
3763 correctly in the ``argparse.HelpFormatter`` class. Initial patch by Zbyszek
20318 HelpFormatter to allow (slight) customization of the formatting.