Trees Indices Help
Python Standard Library
Module optparse :: Class TitledHelpFormatter
[]

_ClassType TitledHelpFormatter

HelpFormatter --+
 |
 TitledHelpFormatter

Format help with underlined section headers.

Instance Methods [hide private]
__init__(self, indent_increment=0, max_help_position=24, width=None, short_first=0)
format_usage(self, usage)
format_heading(self, heading)

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=0, max_help_position=24, width=None, short_first=0)
(Constructor)

Overrides: HelpFormatter.__init__

format_usage(self, usage)

Overrides: HelpFormatter.format_usage

AltStyle によって変換されたページ (->オリジナル) /