class documentation

class ScrapyHelpFormatter(argparse.HelpFormatter): (source)

View In Hierarchy

Help Formatter for scrapy command line help messages.

Method __init__ Undocumented
Method format_part_strings Underline and title case command line help message headers.
Method _join_parts Undocumented
def __init__(self, prog, indent_increment=2, max_help_position=24, width=None): (source)

Undocumented

def format_part_strings(self, part_strings): (source)

Underline and title case command line help message headers.

def _join_parts(self, part_strings): (source)

Undocumented