scrapy.utils.reactor.install_reactor

Here are the examples of the python api scrapy.utils.reactor.install_reactor taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 Source : scrapy-tests-test_utils_asyncio.py
with Apache License 2.0
from SMAT-Lab

    def test_install_asyncio_reactor(self):
        # this should do nothing
        install_reactor("twisted.internet.asyncioreactor.AsyncioSelectorReactor")