| 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)
|