Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ reactorless_reactor.py
File
reactorless_reactor.py
tests/AsyncCrawlerProcess/reactorless_reactor.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
scrapy.crawler
import
AsyncCrawlerProcess
2
from
scrapy.utils.reactor
import
install_reactor
3
4
install_reactor(
"twisted.internet.asyncioreactor.AsyncioSelectorReactor"
)
Callers
nothing calls this directly
Calls
2
install_reactor
Function · 0.90
AsyncCrawlerProcess
Class · 0.90
Tested by
no test coverage detected