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

Method start

tests/AsyncCrawlerRunner/reactorless_simple.py:12–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

is_reactorlessFunction · 0.90
infoMethod · 0.80

Tested by

no test coverage detected