MCPcopy
hub / github.com/scrapy/scrapy / rsp1_func

Method rsp1_func

tests/test_pipeline_media.py:347–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345 rsp1 = Response("http://url")
346
347 async def rsp1_func():
348 await _defer_sleep_async()
349 _check_downloading(rsp1)
350
351 async def rsp2_func():
352 pytest.fail("it must cache rsp1 result and must not try to redownload")

Callers

nothing calls this directly

Calls 1

_defer_sleep_asyncFunction · 0.90

Tested by

no test coverage detected