module documentation

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
Function execute Undocumented
def _get_commands_dict(settings, inproject):

Undocumented

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

Undocumented

def _get_commands_from_module(module, inproject):

Undocumented

def _iter_command_classes(module_name):

Undocumented

def _pop_command_name(argv):

Undocumented

def _print_commands(settings, inproject):

Undocumented

def _print_header(settings, inproject):

Undocumented

def _print_unknown_command(settings, cmdname, inproject):

Undocumented

def _run_command(cmd, args, opts):

Undocumented

def _run_command_profiled(cmd, args, opts):

Undocumented

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

Undocumented

def execute(argv=None, settings=None):

Undocumented