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

Method iterate_spider_output

scrapy/commands/parse.py:139–141  ·  view source on GitHub ↗
(
        self, result: AsyncGenerator[_T] | Coroutine[Any, Any, _T]
    )

Source from the content-addressed store, hash-verified

137
138 @overload
139 def iterate_spider_output(
140 self, result: AsyncGenerator[_T] | Coroutine[Any, Any, _T]
141 ) -> Deferred[_T]: ...
142
143 @overload
144 def iterate_spider_output(self, result: _T) -> Iterable[Any]: ...

Callers

nothing calls this directly

Calls 4

deferred_from_coroFunction · 0.90
collect_asyncgenFunction · 0.90
aiter_errbackFunction · 0.90
arg_to_iterFunction · 0.90

Tested by

no test coverage detected