:class:`argparse.RawDescriptionHelpFormatter` ============================================= .. currentmodule:: argparse .. autoclass:: RawDescriptionHelpFormatter :undoc-members: Methods ------- .. autosummary:: :toctree: ~RawDescriptionHelpFormatter.__format__ ~RawDescriptionHelpFormatter.__init__ ~RawDescriptionHelpFormatter.__new__ ~RawDescriptionHelpFormatter.__reduce__ ~RawDescriptionHelpFormatter.__reduce_ex__ ~RawDescriptionHelpFormatter.__sizeof__ ~RawDescriptionHelpFormatter.__subclasshook__ ~RawDescriptionHelpFormatter._add_item ~RawDescriptionHelpFormatter._dedent ~RawDescriptionHelpFormatter._expand_help ~RawDescriptionHelpFormatter._fill_text ~RawDescriptionHelpFormatter._format_action ~RawDescriptionHelpFormatter._format_action_invocation ~RawDescriptionHelpFormatter._format_actions_usage ~RawDescriptionHelpFormatter._format_args ~RawDescriptionHelpFormatter._format_text ~RawDescriptionHelpFormatter._format_usage ~RawDescriptionHelpFormatter._get_help_string ~RawDescriptionHelpFormatter._indent ~RawDescriptionHelpFormatter._iter_indented_subactions ~RawDescriptionHelpFormatter._join_parts ~RawDescriptionHelpFormatter._metavar_formatter ~RawDescriptionHelpFormatter._split_lines ~RawDescriptionHelpFormatter.add_argument ~RawDescriptionHelpFormatter.add_arguments ~RawDescriptionHelpFormatter.add_text ~RawDescriptionHelpFormatter.add_usage ~RawDescriptionHelpFormatter.end_section ~RawDescriptionHelpFormatter.format_help ~RawDescriptionHelpFormatter.start_section