MCPcopy
hub / github.com/scrapy/scrapy / run

Method run

scrapy/commands/list.py:20–23  ·  view source on GitHub ↗
(self, args: list[str], opts: argparse.Namespace)

Source from the content-addressed store, hash-verified

18 return "List available spiders"
19
20 def run(self, args: list[str], opts: argparse.Namespace) -> None:
21 assert self.settings is not None
22 spider_loader = get_spider_loader(self.settings)
23 print("\n".join(sorted(spider_loader.list())))

Calls 3

get_spider_loaderFunction · 0.90
joinMethod · 0.45
listMethod · 0.45