Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ main
Function
main
tests/AsyncCrawlerRunner/no_reactor.py:16–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
16
async
def
main() -> None:
17
configure_logging()
18
runner = AsyncCrawlerRunner()
19
await runner.crawl(NoRequestsSpider)
20
21
22
asyncio.run(main())
Callers
1
no_reactor.py
File · 0.70
Calls
3
crawl
Method · 0.95
configure_logging
Function · 0.90
AsyncCrawlerRunner
Class · 0.90
Tested by
no test coverage detected