Package SCons :: Package compat :: Module _scons_optparse :: Class IndentedHelpFormatter
[hide private]
[frames] | no frames]

Class IndentedHelpFormatter

source code

HelpFormatter --+
                |
               IndentedHelpFormatter

Format help with indented section bodies.
    



Instance Methods [hide private]
 
__init__(self, indent_increment=2, max_help_position=24, width=False, short_first=False) source code
 
format_usage(self, usage) source code
 
format_heading(self, heading) source code

Inherited from HelpFormatter: dedent, expand_default, format_description, format_epilog, format_option, format_option_strings, indent, set_long_opt_delimiter, set_parser, set_short_opt_delimiter, store_option_strings

Inherited from HelpFormatter (private): _format_text

Class Variables [hide private]

Inherited from HelpFormatter: NO_DEFAULT_VALUE

Method Details [hide private]

__init__(self, indent_increment=2, max_help_position=24, width=False, short_first=False)
(Constructor)

source code 
Overrides: HelpFormatter.__init__

format_usage(self, usage)

source code 
Overrides: HelpFormatter.format_usage

format_heading(self, heading)

source code 
Overrides: HelpFormatter.format_heading