MCPcopy
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

1from scrapy.crawler import AsyncCrawlerProcess
2from scrapy.utils.reactor import install_reactor
3
4install_reactor("twisted.internet.asyncioreactor.AsyncioSelectorReactor")

Callers

nothing calls this directly

Calls 2

install_reactorFunction · 0.90
AsyncCrawlerProcessClass · 0.90

Tested by

no test coverage detected