Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
def
iterate_spider_output(result: AsyncGenerator[_T]) -> AsyncGenerator[_T]: ...
# type: ignore[overload-overlap]
29
30
31
@overload
Callers
8
parse_with_rules
Method · 0.90
_handle_failure
Method · 0.90
parse_nodes
Method · 0.90
parse_rows
Method · 0.90
call_spider_async
Method · 0.90
wrapper
Method · 0.90
cb_wrapper
Method · 0.90
test_iterate_spider_output
Function · 0.90
Calls
2
deferred_from_coro
Function · 0.90
arg_to_iter
Function · 0.90
Tested by
1
test_iterate_spider_output
Function · 0.72