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

Method start

tests/AsyncCrawlerRunner/simple.py:14–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12 name = "no_request"
13
14 async def start(self):
15 self.logger.info(f"is_reactorless(): {is_reactorless()}")
16 return
17 yield
18
19
20@deferred_f_from_coro_f

Callers

nothing calls this directly

Calls 2

is_reactorlessFunction · 0.90
infoMethod · 0.80

Tested by

no test coverage detected