MCPcopy
hub / github.com/scrapy/scrapy / main

Function main

tests/AsyncCrawlerRunner/simple_default_reactor.py:18–21  ·  view source on GitHub ↗
(reactor)

Source from the content-addressed store, hash-verified

16
17@deferred_f_from_coro_f
18async def main(reactor):
19 configure_logging()
20 runner = AsyncCrawlerRunner()
21 await runner.crawl(NoRequestsSpider)
22
23
24react(main)

Callers

nothing calls this directly

Calls 3

crawlMethod · 0.95
configure_loggingFunction · 0.90
AsyncCrawlerRunnerClass · 0.90

Tested by

no test coverage detected