Home | History | Annotate | Download | only in python2.7

Lines Matching refs:HelpFormatter

49     - HelpFormatter, RawDescriptionHelpFormatter, RawTextHelpFormatter,
52 ArgumentParser constructor. HelpFormatter is the default,
59 (Also note that HelpFormatter and RawDescriptionHelpFormatter are only
70 'HelpFormatter',
147 class HelpFormatter(object):
627 class RawDescriptionHelpFormatter(HelpFormatter):
649 class ArgumentDefaultsHelpFormatter(HelpFormatter):
1534 - formatter_class -- HelpFormatter class for printing help messages
1550 formatter_class=HelpFormatter,