MCPcopy
hub / github.com/scrapy/scrapy / iterate_spider_output

Function iterate_spider_output

scrapy/utils/spider.py:28–28  ·  view source on GitHub ↗
(result: AsyncGenerator[_T])

Source from the content-addressed store, hash-verified

26# https://stackoverflow.com/questions/60222982
27@overload
28def iterate_spider_output(result: AsyncGenerator[_T]) -> AsyncGenerator[_T]: ... # type: ignore[overload-overlap]
29
30
31@overload

Callers 8

parse_with_rulesMethod · 0.90
_handle_failureMethod · 0.90
parse_nodesMethod · 0.90
parse_rowsMethod · 0.90
call_spider_asyncMethod · 0.90
wrapperMethod · 0.90
cb_wrapperMethod · 0.90

Calls 2

deferred_from_coroFunction · 0.90
arg_to_iterFunction · 0.90

Tested by 1