Package corebio :: Package utils :: Module deoptparse :: Class DeHelpFormatter
[frames | no frames]

Class DeHelpFormatter

    HelpFormatter --+    
                    |    
IndentedHelpFormatter --+
                        |
                       DeHelpFormatter


Method Summary
  __init__(self, indent_increment, max_help_position, width, short_first)
  format_option_strings(self, option)
Return a comma-separated list of option strings & metavariables.
    Inherited from IndentedHelpFormatter
  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)
  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'

Method Details

format_option_strings(self, option)

Return a comma-separated list of option strings & metavariables.
Overrides:
optparse.HelpFormatter.format_option_strings

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