MCPcopy
hub / github.com/scrapy/scrapy / start

Method start

tests/AsyncCrawlerProcess/simple.py:9–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7 name = "no_request"
8
9 async def start(self):
10 self.logger.info(f"is_reactorless(): {is_reactorless()}")
11 return
12 yield
13
14
15process = AsyncCrawlerProcess(settings={})

Callers 1

simple.pyFile · 0.45

Calls 2

is_reactorlessFunction · 0.90
infoMethod · 0.80

Tested by

no test coverage detected