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

Method start

tests/test_spidermiddleware_output_chain.py:47–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 }
46
47 async def start(self):
48 yield Request(self.mockserver.url("/status?n=200"))
49
50 def parse(self, response):
51 yield {"test": 1}

Callers

nothing calls this directly

Calls 2

RequestClass · 0.90
urlMethod · 0.45

Tested by

no test coverage detected