Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
async
def
main(reactor):
19
configure_logging()
20
runner = AsyncCrawlerRunner()
21
await runner.crawl(NoRequestsSpider)
22
23
24
react(main)
Callers
nothing calls this directly
Calls
3
crawl
Method · 0.95
configure_logging
Function · 0.90
AsyncCrawlerRunner
Class · 0.90
Tested by
no test coverage detected