Searched refs:HelpFormatter (Results 1 – 20 of 20) sorted by relevance
61 System.out.println(new HelpFormatter() in run()72 System.out.println(new HelpFormatter() in run()78 System.out.println(new HelpFormatter() in run()
60 System.out.println(new HelpFormatter() in run()72 System.out.println(new HelpFormatter() in run()78 System.out.println(new HelpFormatter() in run()
63 System.out.println(new HelpFormatter() in run()183 System.out.println(new HelpFormatter() in run()190 System.out.println(new HelpFormatter() in run()
52 System.out.println(new HelpFormatter() in usage()
53 public class HelpFormatter { class58 public HelpFormatter width(int width) { in width()
155 class HelpFormatter: class362 class IndentedHelpFormatter (HelpFormatter):371 HelpFormatter.__init__(381 class TitledHelpFormatter (HelpFormatter):390 HelpFormatter.__init__ (
147 class HelpFormatter(object): class633 class RawDescriptionHelpFormatter(HelpFormatter):655 class ArgumentDefaultsHelpFormatter(HelpFormatter):1567 formatter_class=HelpFormatter,
161 class HelpFormatter: class368 class IndentedHelpFormatter (HelpFormatter):377 HelpFormatter.__init__(387 class TitledHelpFormatter (HelpFormatter):396 HelpFormatter.__init__ (
154 class HelpFormatter(object): class662 class RawDescriptionHelpFormatter(HelpFormatter):684 class ArgumentDefaultsHelpFormatter(HelpFormatter):701 class MetavarTypeHelpFormatter(HelpFormatter):1692 formatter_class=HelpFormatter,
70 class MarkdownHelpFormatter(argparse.HelpFormatter):
182 class HelpFormatter(object): class656 class RawDescriptionHelpFormatter(HelpFormatter):678 class ArgumentDefaultsHelpFormatter(HelpFormatter):1563 formatter_class=HelpFormatter,
4430 "add_help=True)" % argparse.HelpFormatter)
4759 "add_help=True)" % argparse.HelpFormatter)
142 formatter_class=argparse.HelpFormatter, \
844 An instance of optparse.HelpFormatter that will be used for printing help
141 formatter_class=argparse.HelpFormatter, \
846 An instance of optparse.HelpFormatter that will be used for printing help
3763 correctly in the ``argparse.HelpFormatter`` class. Initial patch by Zbyszek
2934 HelpFormatter to allow (slight) customization of the formatting.
20318 HelpFormatter to allow (slight) customization of the formatting.