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

Method start

tests/CrawlerRunner/simple.py:13–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

is_reactorlessFunction · 0.90
infoMethod · 0.80

Tested by

no test coverage detected