__init__(self, prog, indent_increment=2, max_help_position=24, width=None) | argparse.HelpFormatter | |
_action_max_length | argparse.HelpFormatter | private |
_add_item(self, func, args) | argparse.HelpFormatter | private |
_current_indent | argparse.HelpFormatter | private |
_current_section | argparse.HelpFormatter | private |
_dedent(self) | argparse.HelpFormatter | private |
_expand_help(self, action) | argparse.HelpFormatter | private |
_fill_text(self, text, width, indent) | argparse.HelpFormatter | private |
_format_action(self, action) | argparse.HelpFormatter | private |
_format_action_invocation(self, action) | argparse.HelpFormatter | private |
_format_actions_usage(self, actions, groups) | argparse.HelpFormatter | private |
_format_args(self, action, default_metavar) | argparse.HelpFormatter | private |
_format_text(self, text) | argparse.HelpFormatter | private |
_format_usage(self, usage, actions, groups, prefix) | argparse.HelpFormatter | private |
_get_help_string(self, action) | argparse.HelpFormatter | private |
_indent(self) | argparse.HelpFormatter | private |
_indent_increment | argparse.HelpFormatter | private |
_iter_indented_subactions(self, action) | argparse.HelpFormatter | private |
_join_parts(self, part_strings) | argparse.HelpFormatter | private |
_level | argparse.HelpFormatter | private |
_long_break_matcher | argparse.HelpFormatter | private |
_max_help_position | argparse.HelpFormatter | private |
_metavar_formatter(self, action, default_metavar) | argparse.HelpFormatter | private |
_prog | argparse.HelpFormatter | private |
_root_section | argparse.HelpFormatter | private |
_split_lines(self, text, width) | argparse.HelpFormatter | private |
_whitespace_matcher | argparse.HelpFormatter | private |
_width | argparse.HelpFormatter | private |
add_argument(self, action) | argparse.HelpFormatter | |
add_arguments(self, actions) | argparse.HelpFormatter | |
add_text(self, text) | argparse.HelpFormatter | |
add_usage(self, usage, actions, groups, prefix=None) | argparse.HelpFormatter | |
end_section(self) | argparse.HelpFormatter | |
format_help(self) | argparse.HelpFormatter | |
start_section(self, heading) | argparse.HelpFormatter | |