module documentation

Undocumented

Class ScrapyArgumentParser Undocumented
Function execute Undocumented
Function _get_commands_dict Undocumented
Function _get_commands_from_entry_points Undocumented
Function _get_commands_from_module Undocumented
Function _iter_command_classes Undocumented
Function _pop_command_name Undocumented
Function _print_commands Undocumented
Function _print_header Undocumented
Function _print_unknown_command Undocumented
Function _run_command Undocumented
Function _run_command_profiled Undocumented
Function _run_print_help Undocumented
def execute(argv=None, settings=None): (source)

Undocumented

def _get_commands_dict(settings, inproject): (source)

Undocumented

def _get_commands_from_entry_points(inproject, group='scrapy.commands'): (source)

Undocumented

def _get_commands_from_module(module, inproject): (source)

Undocumented

def _iter_command_classes(module_name): (source)

Undocumented

def _pop_command_name(argv): (source)

Undocumented

def _print_commands(settings, inproject): (source)

Undocumented

def _print_header(settings, inproject): (source)

Undocumented

def _print_unknown_command(settings, cmdname, inproject): (source)

Undocumented

def _run_command(cmd, args, opts): (source)

Undocumented

def _run_command_profiled(cmd, args, opts): (source)

Undocumented

def _run_print_help(parser, func, *a, **kw): (source)

Undocumented