Module optparse :: Class IndentedHelpFormatter
[frames | no frames]

Class IndentedHelpFormatter

HelpFormatter --+
                |
               IndentedHelpFormatter

Known Subclasses:
DeHelpFormatter

Format help with indented section bodies.

Method Summary
  __init__(self, indent_increment, max_help_position, width, short_first)
  format_heading(self, heading)
  format_usage(self, usage)
    Inherited from HelpFormatter
  dedent(self)
  expand_default(self, option)
  format_description(self, description)
  format_option(self, option)
  format_option_strings(self, option)
Return a comma-separated list of option strings & metavariables.
  indent(self)
  set_long_opt_delimiter(self, delim)
  set_parser(self, parser)
  set_short_opt_delimiter(self, delim)
  store_option_strings(self, parser)

Class Variable Summary
    Inherited from HelpFormatter
str NO_DEFAULT_VALUE = 'none'

Generated by Epydoc 2.1 on http://epydoc.sf.net