MCPcopy
hub / github.com/scrapy/scrapy / _request

Method _request

tests/test_engine_loop.py:189–192  ·  view source on GitHub ↗
(num, priority=0)

Source from the content-addressed store, hash-verified

187 download_slots = 1
188
189 def _request(num, priority=0):
190 return self.request(
191 num, response_seconds, download_slots, priority=priority
192 )
193
194 async def start(spider):
195 # The first CONCURRENT_REQUESTS start requests are sent

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected