MCPcopy
hub / github.com/scrapy/scrapy / short_desc

Method short_desc

scrapy/commands/list.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 default_settings: ClassVar[dict[str, Any]] = {"LOG_ENABLED": False}
16
17 def short_desc(self) -> str:
18 return "List available spiders"
19
20 def run(self, args: list[str], opts: argparse.Namespace) -> None:
21 assert self.settings is not None

Callers 2

test_methodsMethod · 0.95
_print_commandsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_methodsMethod · 0.76